Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/collator/
H A Dcollator_create.c34 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in collator_ctor()
/PHP-7.1/ext/intl/formatter/
H A Dformatter_main.c36 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in numfmt_ctor()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat.c39 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in msgfmt_ctor()
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_create.cpp72 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in datefmt_ctor()
/PHP-7.1/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp52 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in _php_intlgregcal_constructor_body()
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c83 int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0; in resourcebundle_ctor()
/PHP-7.1/ext/fileinfo/
H A Dfileinfo.c293 int flags = object ? ZEND_PARSE_PARAMS_THROW : 0; in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_API.c760 ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_arg()
877 zend_bool throw_exception = ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_va_args()
971 int flags = ZEND_PARSE_PARAMS_THROW; in zend_parse_parameters_throw()
H A Dzend_API.h267 #define ZEND_PARSE_PARAMS_THROW (1<<2) macro

Completed in 43 milliseconds