@@ -134,12 +134,12 @@ static zend_class_entry *register_class_Attribute(void)
134
134
zend_declare_typed_property (class_entry , property_flags_name , & property_flags_default_value , ZEND_ACC_PUBLIC , NULL , (zend_type ) ZEND_TYPE_INIT_MASK (MAY_BE_LONG ));
135
135
zend_string_release (property_flags_name );
136
136
137
- zend_string * attribute_name_Attribute_class_Attribute = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
138
- zend_attribute * attribute_Attribute_class_Attribute = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_Attribute , 1 );
139
- zend_string_release (attribute_name_Attribute_class_Attribute );
140
- zval attribute_Attribute_class_Attribute_arg0 ;
141
- ZVAL_LONG (& attribute_Attribute_class_Attribute_arg0 , ZEND_ATTRIBUTE_TARGET_CLASS );
142
- ZVAL_COPY_VALUE (& attribute_Attribute_class_Attribute -> args [0 ].value , & attribute_Attribute_class_Attribute_arg0 );
137
+ zend_string * attribute_name_Attribute_class_Attribute_1 = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
138
+ zend_attribute * attribute_Attribute_class_Attribute_1 = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_Attribute_1 , 1 );
139
+ zend_string_release (attribute_name_Attribute_class_Attribute_1 );
140
+ zval attribute_Attribute_class_Attribute_1_arg0 ;
141
+ ZVAL_LONG (& attribute_Attribute_class_Attribute_1_arg0 , ZEND_ATTRIBUTE_TARGET_CLASS );
142
+ ZVAL_COPY_VALUE (& attribute_Attribute_class_Attribute_1 -> args [0 ].value , & attribute_Attribute_class_Attribute_1_arg0 );
143
143
144
144
return class_entry ;
145
145
}
@@ -152,12 +152,12 @@ static zend_class_entry *register_class_ReturnTypeWillChange(void)
152
152
class_entry = zend_register_internal_class_ex (& ce , NULL );
153
153
class_entry -> ce_flags |= ZEND_ACC_FINAL ;
154
154
155
- zend_string * attribute_name_Attribute_class_ReturnTypeWillChange = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
156
- zend_attribute * attribute_Attribute_class_ReturnTypeWillChange = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_ReturnTypeWillChange , 1 );
157
- zend_string_release (attribute_name_Attribute_class_ReturnTypeWillChange );
158
- zval attribute_Attribute_class_ReturnTypeWillChange_arg0 ;
159
- ZVAL_LONG (& attribute_Attribute_class_ReturnTypeWillChange_arg0 , ZEND_ATTRIBUTE_TARGET_METHOD );
160
- ZVAL_COPY_VALUE (& attribute_Attribute_class_ReturnTypeWillChange -> args [0 ].value , & attribute_Attribute_class_ReturnTypeWillChange_arg0 );
155
+ zend_string * attribute_name_Attribute_class_ReturnTypeWillChange_1 = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
156
+ zend_attribute * attribute_Attribute_class_ReturnTypeWillChange_1 = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_ReturnTypeWillChange_1 , 1 );
157
+ zend_string_release (attribute_name_Attribute_class_ReturnTypeWillChange_1 );
158
+ zval attribute_Attribute_class_ReturnTypeWillChange_1_arg0 ;
159
+ ZVAL_LONG (& attribute_Attribute_class_ReturnTypeWillChange_1_arg0 , ZEND_ATTRIBUTE_TARGET_METHOD );
160
+ ZVAL_COPY_VALUE (& attribute_Attribute_class_ReturnTypeWillChange_1 -> args [0 ].value , & attribute_Attribute_class_ReturnTypeWillChange_1_arg0 );
161
161
162
162
return class_entry ;
163
163
}
@@ -170,12 +170,12 @@ static zend_class_entry *register_class_AllowDynamicProperties(void)
170
170
class_entry = zend_register_internal_class_ex (& ce , NULL );
171
171
class_entry -> ce_flags |= ZEND_ACC_FINAL ;
172
172
173
- zend_string * attribute_name_Attribute_class_AllowDynamicProperties = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
174
- zend_attribute * attribute_Attribute_class_AllowDynamicProperties = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_AllowDynamicProperties , 1 );
175
- zend_string_release (attribute_name_Attribute_class_AllowDynamicProperties );
176
- zval attribute_Attribute_class_AllowDynamicProperties_arg0 ;
177
- ZVAL_LONG (& attribute_Attribute_class_AllowDynamicProperties_arg0 , ZEND_ATTRIBUTE_TARGET_CLASS );
178
- ZVAL_COPY_VALUE (& attribute_Attribute_class_AllowDynamicProperties -> args [0 ].value , & attribute_Attribute_class_AllowDynamicProperties_arg0 );
173
+ zend_string * attribute_name_Attribute_class_AllowDynamicProperties_1 = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
174
+ zend_attribute * attribute_Attribute_class_AllowDynamicProperties_1 = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_AllowDynamicProperties_1 , 1 );
175
+ zend_string_release (attribute_name_Attribute_class_AllowDynamicProperties_1 );
176
+ zval attribute_Attribute_class_AllowDynamicProperties_1_arg0 ;
177
+ ZVAL_LONG (& attribute_Attribute_class_AllowDynamicProperties_1_arg0 , ZEND_ATTRIBUTE_TARGET_CLASS );
178
+ ZVAL_COPY_VALUE (& attribute_Attribute_class_AllowDynamicProperties_1 -> args [0 ].value , & attribute_Attribute_class_AllowDynamicProperties_1_arg0 );
179
179
180
180
return class_entry ;
181
181
}
@@ -188,12 +188,12 @@ static zend_class_entry *register_class_SensitiveParameter(void)
188
188
class_entry = zend_register_internal_class_ex (& ce , NULL );
189
189
class_entry -> ce_flags |= ZEND_ACC_FINAL |ZEND_ACC_NO_DYNAMIC_PROPERTIES ;
190
190
191
- zend_string * attribute_name_Attribute_class_SensitiveParameter = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
192
- zend_attribute * attribute_Attribute_class_SensitiveParameter = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_SensitiveParameter , 1 );
193
- zend_string_release (attribute_name_Attribute_class_SensitiveParameter );
194
- zval attribute_Attribute_class_SensitiveParameter_arg0 ;
195
- ZVAL_LONG (& attribute_Attribute_class_SensitiveParameter_arg0 , ZEND_ATTRIBUTE_TARGET_PARAMETER );
196
- ZVAL_COPY_VALUE (& attribute_Attribute_class_SensitiveParameter -> args [0 ].value , & attribute_Attribute_class_SensitiveParameter_arg0 );
191
+ zend_string * attribute_name_Attribute_class_SensitiveParameter_1 = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
192
+ zend_attribute * attribute_Attribute_class_SensitiveParameter_1 = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_SensitiveParameter_1 , 1 );
193
+ zend_string_release (attribute_name_Attribute_class_SensitiveParameter_1 );
194
+ zval attribute_Attribute_class_SensitiveParameter_1_arg0 ;
195
+ ZVAL_LONG (& attribute_Attribute_class_SensitiveParameter_1_arg0 , ZEND_ATTRIBUTE_TARGET_PARAMETER );
196
+ ZVAL_COPY_VALUE (& attribute_Attribute_class_SensitiveParameter_1 -> args [0 ].value , & attribute_Attribute_class_SensitiveParameter_1_arg0 );
197
197
198
198
return class_entry ;
199
199
}
@@ -223,12 +223,12 @@ static zend_class_entry *register_class_Override(void)
223
223
class_entry = zend_register_internal_class_ex (& ce , NULL );
224
224
class_entry -> ce_flags |= ZEND_ACC_FINAL |ZEND_ACC_NO_DYNAMIC_PROPERTIES ;
225
225
226
- zend_string * attribute_name_Attribute_class_Override = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
227
- zend_attribute * attribute_Attribute_class_Override = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_Override , 1 );
228
- zend_string_release (attribute_name_Attribute_class_Override );
229
- zval attribute_Attribute_class_Override_arg0 ;
230
- ZVAL_LONG (& attribute_Attribute_class_Override_arg0 , ZEND_ATTRIBUTE_TARGET_METHOD );
231
- ZVAL_COPY_VALUE (& attribute_Attribute_class_Override -> args [0 ].value , & attribute_Attribute_class_Override_arg0 );
226
+ zend_string * attribute_name_Attribute_class_Override_1 = zend_string_init_interned ("Attribute" , sizeof ("Attribute" ) - 1 , 1 );
227
+ zend_attribute * attribute_Attribute_class_Override_1 = zend_add_class_attribute (class_entry , attribute_name_Attribute_class_Override_1 , 1 );
228
+ zend_string_release (attribute_name_Attribute_class_Override_1 );
229
+ zval attribute_Attribute_class_Override_1_arg0 ;
230
+ ZVAL_LONG (& attribute_Attribute_class_Override_1_arg0 , ZEND_ATTRIBUTE_TARGET_METHOD );
231
+ ZVAL_COPY_VALUE (& attribute_Attribute_class_Override_1 -> args [0 ].value , & attribute_Attribute_class_Override_1_arg0 );
232
232
233
233
return class_entry ;
234
234
}
0 commit comments