Home
last modified time | relevance | path

Searched refs:ZEND_PARSE_PARAMS_THROW (Results 1 – 12 of 12) sorted by relevance

/PHP-7.3/ext/intl/collator/
H A Dcollator_create.c34 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in collator_ctor()
/PHP-7.3/ext/standard/
H A Drandom.c197 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1, 1) in PHP_FUNCTION()
271 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 2, 2) in PHP_FUNCTION()
/PHP-7.3/ext/intl/formatter/
H A Dformatter_main.c36 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in numfmt_ctor()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat.c39 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in msgfmt_ctor()
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_create.cpp72 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in datefmt_ctor()
/PHP-7.3/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.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c85 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in resourcebundle_ctor()
/PHP-7.3/Zend/
H A Dzend_API.h259 #define ZEND_PARSE_PARAMS_THROW (1<<2) macro
743 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
770 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
776 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
782 if (_flags & ZEND_PARSE_PARAMS_THROW) { \
H A Dzend_API.c826 ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_arg()
943 zend_bool throw_exception = ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_va_args()
1037 int flags = ZEND_PARSE_PARAMS_THROW; in zend_parse_parameters_throw()
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c296 int flags = object ? ZEND_PARSE_PARAMS_THROW : 0; in PHP_FUNCTION()
/PHP-7.3/ext/date/
H A Dphp_date.c2844 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 0, 2) in PHP_METHOD()
2866 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 0, 2) in PHP_METHOD()
3865 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1, 1) in PHP_METHOD()
4322 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1, 1) in PHP_METHOD()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c238 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_THROW, 1, 4) in PHP_METHOD()

Completed in 58 milliseconds