11/* This is a generated file, edit the .stub.php file instead.
2- * Stub hash: ef173973a5912844d41e6d6161ecb54afbedf7c9 */
2+ * Stub hash: 5cc7e0e910c5d61926451412e176fa00a92b3239 */
33
44ZEND_BEGIN_ARG_INFO_EX (arginfo_class_Attribute___construct , 0 , 0 , 0 )
55 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , flags , IS_LONG , 0 , "Attribute::TARGET_ALL" )
@@ -12,11 +12,14 @@ ZEND_END_ARG_INFO()
1212
1313#define arginfo_class_SensitiveParameter___construct arginfo_class_ReturnTypeWillChange___construct
1414
15+ #define arginfo_class_SensitiveParameterValue___construct arginfo_class_ReturnTypeWillChange___construct
16+
1517
1618ZEND_METHOD (Attribute , __construct );
1719ZEND_METHOD (ReturnTypeWillChange , __construct );
1820ZEND_METHOD (AllowDynamicProperties , __construct );
1921ZEND_METHOD (SensitiveParameter , __construct );
22+ ZEND_METHOD (SensitiveParameterValue , __construct );
2023
2124
2225static const zend_function_entry class_Attribute_methods [] = {
@@ -42,6 +45,12 @@ static const zend_function_entry class_SensitiveParameter_methods[] = {
4245 ZEND_FE_END
4346};
4447
48+
49+ static const zend_function_entry class_SensitiveParameterValue_methods [] = {
50+ ZEND_ME (SensitiveParameterValue , __construct , arginfo_class_SensitiveParameterValue___construct , ZEND_ACC_PUBLIC )
51+ ZEND_FE_END
52+ };
53+
4554static zend_class_entry * register_class_Attribute (void )
4655{
4756 zend_class_entry ce , * class_entry ;
@@ -91,3 +100,14 @@ static zend_class_entry *register_class_SensitiveParameter(void)
91100
92101 return class_entry ;
93102}
103+
104+ static zend_class_entry * register_class_SensitiveParameterValue (void )
105+ {
106+ zend_class_entry ce , * class_entry ;
107+
108+ INIT_CLASS_ENTRY (ce , "SensitiveParameterValue" , class_SensitiveParameterValue_methods );
109+ class_entry = zend_register_internal_class_ex (& ce , NULL );
110+ class_entry -> ce_flags |= ZEND_ACC_FINAL ;
111+
112+ return class_entry ;
113+ }
0 commit comments