Home
last modified time | relevance | path

Searched refs:throw_exception (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/tests/try/
H A Dcatch_finally_004.phpt6 function throw_exception($msg) {
15 throw_exception("try");
18 throw_exception("catch");
21 throw_exception("finally");
/PHP-7.4/Zend/
H A Dzend.h306 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...…
307 ZEND_API ZEND_COLD void zend_internal_argument_count_error(zend_bool throw_exception, const char *f…
H A Dzend.c1577 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error() argument
1584 if (throw_exception) { in zend_internal_type_error()
1594 ZEND_API ZEND_COLD void zend_internal_argument_count_error(zend_bool throw_exception, const char *f… in zend_internal_argument_count_error() argument
1601 if (throw_exception) { in zend_internal_argument_count_error()
H A Dzend_API.c868 zend_bool throw_exception = in zend_parse_arg() local
872 zend_internal_type_error(throw_exception, "%s%s%s() expects parameter %d %s", in zend_parse_arg()
876 zend_internal_type_error(throw_exception, in zend_parse_arg()
986 zend_bool throw_exception = ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_va_args() local
987 …zend_internal_argument_count_error(throw_exception, "%s%s%s() expects %s %d parameter%s, %d given", in zend_parse_va_args()

Completed in 34 milliseconds