11/* This is a generated file, edit the .stub.php file instead.
2- * Stub hash: 7ddfa21a419a4884073bf5764537976a096ec5d3 */
2+ * Stub hash: 072a04a13d5217758e021d976cd7ca954937a184 */
33
44ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class_Ecma_Intl_getCanonicalLocales , 0 , 1 , IS_ARRAY , 0 )
55 ZEND_ARG_OBJ_TYPE_MASK (0 , locales , Traversable |Stringable , MAY_BE_ARRAY |MAY_BE_STRING |MAY_BE_NULL , NULL )
@@ -83,14 +83,6 @@ ZEND_END_ARG_INFO()
8383
8484#define arginfo_class_Ecma_Intl_Locale_TextInfo_jsonSerialize arginfo_class_Ecma_Intl_Locale_jsonSerialize
8585
86- ZEND_BEGIN_ARG_INFO_EX (arginfo_class_Ecma_Intl_Locale_WeekInfo___construct , 0 , 0 , 3 )
87- ZEND_ARG_OBJ_INFO (0 , firstDay , Ecma \\Intl \\Locale \\WeekDay , 0 )
88- ZEND_ARG_TYPE_INFO (0 , weekend , IS_ARRAY , 0 )
89- ZEND_ARG_TYPE_INFO (0 , minimalDays , IS_LONG , 0 )
90- ZEND_END_ARG_INFO ()
91-
92- #define arginfo_class_Ecma_Intl_Locale_WeekInfo_jsonSerialize arginfo_class_Ecma_Intl_Locale_jsonSerialize
93-
9486
9587ZEND_METHOD (Ecma_Intl , getCanonicalLocales );
9688ZEND_METHOD (Ecma_Intl , supportedValuesOf );
@@ -117,8 +109,6 @@ ZEND_METHOD(Ecma_Intl_Locale_Options, valid);
117109ZEND_METHOD (Ecma_Intl_Locale_Options , rewind );
118110ZEND_METHOD (Ecma_Intl_Locale_TextInfo , __construct );
119111ZEND_METHOD (Ecma_Intl_Locale_TextInfo , jsonSerialize );
120- ZEND_METHOD (Ecma_Intl_Locale_WeekInfo , __construct );
121- ZEND_METHOD (Ecma_Intl_Locale_WeekInfo , jsonSerialize );
122112
123113
124114static const zend_function_entry class_Ecma_Intl_methods [] = {
@@ -181,13 +171,6 @@ static const zend_function_entry class_Ecma_Intl_Locale_WeekDay_methods[] = {
181171 ZEND_FE_END
182172};
183173
184-
185- static const zend_function_entry class_Ecma_Intl_Locale_WeekInfo_methods [] = {
186- ZEND_ME (Ecma_Intl_Locale_WeekInfo , __construct , arginfo_class_Ecma_Intl_Locale_WeekInfo___construct , ZEND_ACC_PUBLIC )
187- ZEND_ME (Ecma_Intl_Locale_WeekInfo , jsonSerialize , arginfo_class_Ecma_Intl_Locale_WeekInfo_jsonSerialize , ZEND_ACC_PUBLIC )
188- ZEND_FE_END
189- };
190-
191174static zend_class_entry * register_class_Ecma_Intl (void )
192175{
193176 zend_class_entry ce , * class_entry ;
@@ -508,34 +491,3 @@ static zend_class_entry *register_class_Ecma_Intl_Locale_WeekDay(void)
508491
509492 return class_entry ;
510493}
511-
512- static zend_class_entry * register_class_Ecma_Intl_Locale_WeekInfo (zend_class_entry * class_entry_JsonSerializable )
513- {
514- zend_class_entry ce , * class_entry ;
515-
516- INIT_NS_CLASS_ENTRY (ce , "Ecma\\Intl\\Locale" , "WeekInfo" , class_Ecma_Intl_Locale_WeekInfo_methods );
517- class_entry = zend_register_internal_class_ex (& ce , NULL );
518- class_entry -> ce_flags |= ZEND_ACC_READONLY_CLASS ;
519- zend_class_implements (class_entry , 1 , class_entry_JsonSerializable );
520-
521- zend_string * property_firstDay_class_Ecma_Intl_Locale_WeekDay = zend_string_init ("Ecma\\Intl\\Locale\\WeekDay" , sizeof ("Ecma\\Intl\\Locale\\WeekDay" )- 1 , 1 );
522- zval property_firstDay_default_value ;
523- ZVAL_UNDEF (& property_firstDay_default_value );
524- zend_string * property_firstDay_name = zend_string_init ("firstDay" , sizeof ("firstDay" ) - 1 , 1 );
525- zend_declare_typed_property (class_entry , property_firstDay_name , & property_firstDay_default_value , ZEND_ACC_PUBLIC |ZEND_ACC_READONLY , NULL , (zend_type ) ZEND_TYPE_INIT_CLASS (property_firstDay_class_Ecma_Intl_Locale_WeekDay , 0 , 0 ));
526- zend_string_release (property_firstDay_name );
527-
528- zval property_minimalDays_default_value ;
529- ZVAL_UNDEF (& property_minimalDays_default_value );
530- zend_string * property_minimalDays_name = zend_string_init ("minimalDays" , sizeof ("minimalDays" ) - 1 , 1 );
531- zend_declare_typed_property (class_entry , property_minimalDays_name , & property_minimalDays_default_value , ZEND_ACC_PUBLIC |ZEND_ACC_READONLY , NULL , (zend_type ) ZEND_TYPE_INIT_MASK (MAY_BE_LONG ));
532- zend_string_release (property_minimalDays_name );
533-
534- zval property_weekend_default_value ;
535- ZVAL_UNDEF (& property_weekend_default_value );
536- zend_string * property_weekend_name = zend_string_init ("weekend" , sizeof ("weekend" ) - 1 , 1 );
537- zend_declare_typed_property (class_entry , property_weekend_name , & property_weekend_default_value , ZEND_ACC_PUBLIC |ZEND_ACC_READONLY , NULL , (zend_type ) ZEND_TYPE_INIT_MASK (MAY_BE_ARRAY ));
538- zend_string_release (property_weekend_name );
539-
540- return class_entry ;
541- }
0 commit comments