Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_create.c34 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in collator_ctor() local
39 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "s", in collator_ctor()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.c36 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in numfmt_ctor() local
40 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "sl|s", in numfmt_ctor()
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp59 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in _php_intlgregcal_constructor_body() local
89 if (zend_parse_parameters_ex(zpp_flags, MIN(ZEND_NUM_ARGS(), 2), in _php_intlgregcal_constructor_body()
100 if (variant > 2 && zend_parse_parameters_ex(zpp_flags, ZEND_NUM_ARGS(), in _php_intlgregcal_constructor_body()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c40 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in msgfmt_ctor() local
45 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "ss", in msgfmt_ctor()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp68 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in datefmt_ctor() local
73 if (zend_parse_parameters_ex(zpp_flags, ZEND_NUM_ARGS(), "s!ll|zzs", in datefmt_ctor()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c85 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in resourcebundle_ctor() local
92 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "s!s!|b", in resourcebundle_ctor()

Completed in 9 milliseconds