1
1
/* This is a generated file, edit the .stub.php file instead.
2
- * Stub hash: 1be598a54b01187349f9e8cd5174f85678d9d8e1 */
2
+ * Stub hash: 4c002ef176f5f68012575fc9cbe1a3919f12a353 */
3
3
4
4
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_MongoDB_BSON_fromJSON , 0 , 1 , IS_STRING , 0 )
5
5
ZEND_ARG_TYPE_INFO (0 , json , IS_STRING , 0 )
@@ -43,10 +43,6 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_MongoDB_Driver_Logging_addLogger
43
43
ZEND_ARG_OBJ_INFO (0 , logger , MongoDB \\Driver \\Logging \\Logger , 0 )
44
44
ZEND_END_ARG_INFO ()
45
45
46
- ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_MongoDB_Driver_Logging_levelToString , 0 , 1 , IS_STRING , 0 )
47
- ZEND_ARG_TYPE_INFO (0 , level , IS_LONG , 0 )
48
- ZEND_END_ARG_INFO ()
49
-
50
46
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_MongoDB_Driver_Logging_log , 0 , 2 , IS_VOID , 0 )
51
47
ZEND_ARG_TYPE_INFO (0 , level , IS_LONG , 0 )
52
48
ZEND_ARG_TYPE_INFO (0 , message , IS_STRING , 0 )
@@ -78,7 +74,6 @@ ZEND_FUNCTION(MongoDB_BSON_toPHP);
78
74
#endif
79
75
ZEND_FUNCTION (MongoDB_BSON_toRelaxedExtendedJSON );
80
76
ZEND_FUNCTION (MongoDB_Driver_Logging_addLogger );
81
- ZEND_FUNCTION (MongoDB_Driver_Logging_levelToString );
82
77
ZEND_FUNCTION (MongoDB_Driver_Logging_log );
83
78
ZEND_FUNCTION (MongoDB_Driver_Logging_removeLogger );
84
79
ZEND_FUNCTION (MongoDB_Driver_Monitoring_addSubscriber );
@@ -103,7 +98,6 @@ static const zend_function_entry ext_functions[] = {
103
98
#endif
104
99
ZEND_NS_FALIAS ("MongoDB\\BSON" , toRelaxedExtendedJSON , MongoDB_BSON_toRelaxedExtendedJSON , arginfo_MongoDB_BSON_toRelaxedExtendedJSON )
105
100
ZEND_NS_FALIAS ("MongoDB\\Driver\\Logging" , addLogger , MongoDB_Driver_Logging_addLogger , arginfo_MongoDB_Driver_Logging_addLogger )
106
- ZEND_NS_FALIAS ("MongoDB\\Driver\\Logging" , levelToString , MongoDB_Driver_Logging_levelToString , arginfo_MongoDB_Driver_Logging_levelToString )
107
101
ZEND_NS_FALIAS ("MongoDB\\Driver\\Logging" , log , MongoDB_Driver_Logging_log , arginfo_MongoDB_Driver_Logging_log )
108
102
ZEND_NS_FALIAS ("MongoDB\\Driver\\Logging" , removeLogger , MongoDB_Driver_Logging_removeLogger , arginfo_MongoDB_Driver_Logging_removeLogger )
109
103
ZEND_NS_FALIAS ("MongoDB\\Driver\\Monitoring" , addSubscriber , MongoDB_Driver_Monitoring_addSubscriber , arginfo_MongoDB_Driver_Monitoring_addSubscriber )
0 commit comments