1
1
/* This is a generated file, edit the .stub.php file instead.
2
- * Stub hash: c29c4a0e2df3e7975553c819743befd97bfd4070 */
2
+ * Stub hash: 5d9a092c1f0da5f32d9a161cc5166ed794ffe8e9 */
3
3
4
4
ZEND_BEGIN_ARG_INFO_EX (arginfo_class_Attribute___construct , 0 , 0 , 0 )
5
5
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , flags , IS_LONG , 0 , "Attribute::TARGET_ALL" )
@@ -19,24 +19,16 @@ ZEND_END_ARG_INFO()
19
19
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_SensitiveParameterValue_getValue , 0 , 0 , IS_MIXED , 0 )
20
20
ZEND_END_ARG_INFO ()
21
21
22
- ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_SensitiveParameterValue___serialize , 0 , 0 , IS_ARRAY , 0 )
22
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_SensitiveParameterValue___debugInfo , 0 , 0 , IS_ARRAY , 0 )
23
23
ZEND_END_ARG_INFO ()
24
24
25
- ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_SensitiveParameterValue___unserialize , 0 , 1 , IS_VOID , 0 )
26
- ZEND_ARG_TYPE_INFO (0 , data , IS_ARRAY , 0 )
27
- ZEND_END_ARG_INFO ()
28
-
29
- #define arginfo_class_SensitiveParameterValue___debugInfo arginfo_class_SensitiveParameterValue___serialize
30
-
31
25
32
26
ZEND_METHOD (Attribute , __construct );
33
27
ZEND_METHOD (ReturnTypeWillChange , __construct );
34
28
ZEND_METHOD (AllowDynamicProperties , __construct );
35
29
ZEND_METHOD (SensitiveParameter , __construct );
36
30
ZEND_METHOD (SensitiveParameterValue , __construct );
37
31
ZEND_METHOD (SensitiveParameterValue , getValue );
38
- ZEND_METHOD (SensitiveParameterValue , __serialize );
39
- ZEND_METHOD (SensitiveParameterValue , __unserialize );
40
32
ZEND_METHOD (SensitiveParameterValue , __debugInfo );
41
33
42
34
@@ -67,8 +59,6 @@ static const zend_function_entry class_SensitiveParameter_methods[] = {
67
59
static const zend_function_entry class_SensitiveParameterValue_methods [] = {
68
60
ZEND_ME (SensitiveParameterValue , __construct , arginfo_class_SensitiveParameterValue___construct , ZEND_ACC_PUBLIC )
69
61
ZEND_ME (SensitiveParameterValue , getValue , arginfo_class_SensitiveParameterValue_getValue , ZEND_ACC_PUBLIC )
70
- ZEND_ME (SensitiveParameterValue , __serialize , arginfo_class_SensitiveParameterValue___serialize , ZEND_ACC_PUBLIC )
71
- ZEND_ME (SensitiveParameterValue , __unserialize , arginfo_class_SensitiveParameterValue___unserialize , ZEND_ACC_PUBLIC )
72
62
ZEND_ME (SensitiveParameterValue , __debugInfo , arginfo_class_SensitiveParameterValue___debugInfo , ZEND_ACC_PUBLIC )
73
63
ZEND_FE_END
74
64
};
@@ -129,7 +119,7 @@ static zend_class_entry *register_class_SensitiveParameterValue(void)
129
119
130
120
INIT_CLASS_ENTRY (ce , "SensitiveParameterValue" , class_SensitiveParameterValue_methods );
131
121
class_entry = zend_register_internal_class_ex (& ce , NULL );
132
- class_entry -> ce_flags |= ZEND_ACC_FINAL |ZEND_ACC_NO_DYNAMIC_PROPERTIES ;
122
+ class_entry -> ce_flags |= ZEND_ACC_FINAL |ZEND_ACC_NO_DYNAMIC_PROPERTIES | ZEND_ACC_NOT_SERIALIZABLE ;
133
123
134
124
zval property_value_default_value ;
135
125
ZVAL_UNDEF (& property_value_default_value );
0 commit comments