Home
last modified time | relevance | path

Searched refs:is_constructor (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp42 INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in _php_intlgregcal_constructor_body() argument
52 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in _php_intlgregcal_constructor_body()
60 if (!is_constructor) { in _php_intlgregcal_constructor_body()
73 if (!is_constructor) { in _php_intlgregcal_constructor_body()
86 if (!is_constructor) { in _php_intlgregcal_constructor_body()
98 if (!is_constructor) { in _php_intlgregcal_constructor_body()
116 if (!is_constructor) { in _php_intlgregcal_constructor_body()
135 if (!is_constructor) { in _php_intlgregcal_constructor_body()
148 if (!is_constructor) { in _php_intlgregcal_constructor_body()
173 if (!is_constructor) { in _php_intlgregcal_constructor_body()
[all …]
/PHP-7.0/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor() argument
34 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in collator_ctor()
/PHP-7.0/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor() argument
36 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in numfmt_ctor()
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat.c30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor() argument
39 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in msgfmt_ctor()
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_create.cpp52 static int datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in datefmt_ctor() argument
72 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in datefmt_ctor()
/PHP-7.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c76 static int resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in resourcebundle_ctor() argument
83 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in resourcebundle_ctor()

Completed in 23 milliseconds