Searched refs:is_constructor (Results 1 – 6 of 6) sorted by relevance
49 INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in _php_intlgregcal_constructor_body() argument59 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in _php_intlgregcal_constructor_body()67 if (!is_constructor) { in _php_intlgregcal_constructor_body()80 if (!is_constructor) { in _php_intlgregcal_constructor_body()93 if (!is_constructor) { in _php_intlgregcal_constructor_body()105 if (!is_constructor) { in _php_intlgregcal_constructor_body()123 if (!is_constructor) { in _php_intlgregcal_constructor_body()142 if (!is_constructor) { in _php_intlgregcal_constructor_body()155 if (!is_constructor) { in _php_intlgregcal_constructor_body()180 if (!is_constructor) { in _php_intlgregcal_constructor_body()[all …]
28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor() argument34 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in collator_ctor()
28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor() argument36 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in numfmt_ctor()
30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor() argument40 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in msgfmt_ctor()
48 static int datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in datefmt_ctor() argument68 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in datefmt_ctor()
78 static int resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in resourcebundle_ctor() argument85 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in resourcebundle_ctor()
Completed in 14 milliseconds