Home
last modified time | relevance | path

Searched refs:ZEND_PARSE_PARAMS_THROW (Results 1 – 13 of 13) 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()
/PHP-7.4/ext/standard/
H A Drandom.c205 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1, 1) in PHP_FUNCTION()
279 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 2, 2) in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_weakrefs.c163 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1,1) in ZEND_METHOD()
176 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 0, 0) in ZEND_METHOD()
H A Dzend_API.h257 #define ZEND_PARSE_PARAMS_THROW (1<<2) macro
1164 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
1190 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
1196 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
1202 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
H A Dzend_API.c869 ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_arg()
986 zend_bool throw_exception = ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_va_args()
1080 int flags = ZEND_PARSE_PARAMS_THROW; in zend_parse_parameters_throw()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.c36 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in numfmt_ctor()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c40 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; 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()
/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()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c85 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in resourcebundle_ctor()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c296 int flags = object ? ZEND_PARSE_PARAMS_THROW : 0; in PHP_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c2889 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 0, 2) in PHP_METHOD()
2911 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 0, 2) in PHP_METHOD()
3918 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1, 1) in PHP_METHOD()
4397 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1, 1) in PHP_METHOD()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c239 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1, 4) in PHP_METHOD()

Completed in 55 milliseconds