1
1
/* This is a generated file, edit the .stub.php file instead.
2
- * Stub hash: 7a4bde2dfe8793610977f97c6bc1337d5238b0bc */
2
+ * Stub hash: 032c048d73e8fe95972e1150f5925e13de4ecc94 */
3
3
4
4
ZEND_BEGIN_ARG_INFO_EX (arginfo_class_MongoDB_BSON_Decimal128___construct , 0 , 0 , 1 )
5
5
ZEND_ARG_TYPE_INFO (0 , value , IS_STRING , 0 )
@@ -14,9 +14,17 @@ ZEND_END_ARG_INFO()
14
14
15
15
#define arginfo_class_MongoDB_BSON_Decimal128_serialize arginfo_class_MongoDB_BSON_Decimal128___toString
16
16
17
+ #if PHP_VERSION_ID >= 80000
18
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_MongoDB_BSON_Decimal128_unserialize , 0 , 1 , IS_VOID , 0 )
19
+ ZEND_ARG_TYPE_INFO (0 , data , IS_STRING , 0 )
20
+ ZEND_END_ARG_INFO ()
21
+ #endif
22
+
23
+ #if !(PHP_VERSION_ID >= 80000 )
17
24
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_MongoDB_BSON_Decimal128_unserialize , 0 , 1 , IS_VOID , 0 )
18
25
ZEND_ARG_INFO (0 , serialized )
19
26
ZEND_END_ARG_INFO ()
27
+ #endif
20
28
21
29
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_MongoDB_BSON_Decimal128___unserialize , 0 , 1 , IS_VOID , 0 )
22
30
ZEND_ARG_TYPE_INFO (0 , data , IS_ARRAY , 0 )
@@ -40,7 +48,12 @@ static ZEND_METHOD(MongoDB_BSON_Decimal128, __construct);
40
48
static ZEND_METHOD (MongoDB_BSON_Decimal128 , __toString ) ;
41
49
static ZEND_METHOD (MongoDB_BSON_Decimal128 , __set_state ) ;
42
50
static ZEND_METHOD (MongoDB_BSON_Decimal128 , serialize ) ;
51
+ #if PHP_VERSION_ID >= 80000
43
52
static ZEND_METHOD (MongoDB_BSON_Decimal128 , unserialize ) ;
53
+ #endif
54
+ #if !(PHP_VERSION_ID >= 80000 )
55
+ static ZEND_METHOD (MongoDB_BSON_Decimal128 , unserialize ) ;
56
+ #endif
44
57
static ZEND_METHOD (MongoDB_BSON_Decimal128 , __unserialize ) ;
45
58
static ZEND_METHOD (MongoDB_BSON_Decimal128 , __serialize ) ;
46
59
#if PHP_VERSION_ID >= 80000
@@ -56,7 +69,12 @@ static const zend_function_entry class_MongoDB_BSON_Decimal128_methods[] = {
56
69
ZEND_ME (MongoDB_BSON_Decimal128 , __toString , arginfo_class_MongoDB_BSON_Decimal128___toString , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
57
70
ZEND_ME (MongoDB_BSON_Decimal128 , __set_state , arginfo_class_MongoDB_BSON_Decimal128___set_state , ZEND_ACC_PUBLIC |ZEND_ACC_STATIC |ZEND_ACC_FINAL )
58
71
ZEND_ME (MongoDB_BSON_Decimal128 , serialize , arginfo_class_MongoDB_BSON_Decimal128_serialize , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
72
+ #if PHP_VERSION_ID >= 80000
59
73
ZEND_ME (MongoDB_BSON_Decimal128 , unserialize , arginfo_class_MongoDB_BSON_Decimal128_unserialize , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
74
+ #endif
75
+ #if !(PHP_VERSION_ID >= 80000 )
76
+ ZEND_ME (MongoDB_BSON_Decimal128 , unserialize , arginfo_class_MongoDB_BSON_Decimal128_unserialize , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
77
+ #endif
60
78
ZEND_ME (MongoDB_BSON_Decimal128 , __unserialize , arginfo_class_MongoDB_BSON_Decimal128___unserialize , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
61
79
ZEND_ME (MongoDB_BSON_Decimal128 , __serialize , arginfo_class_MongoDB_BSON_Decimal128___serialize , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
62
80
#if PHP_VERSION_ID >= 80000
0 commit comments