Home
last modified time | relevance | path

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

/PHP-7.1/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.1/Zend/
H A Dzend.h273 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...…
274 ZEND_API ZEND_COLD void zend_internal_argument_count_error(zend_bool throw_exception, const char *f…
H A Dzend.c1376 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error() argument
1383 if (throw_exception) { in zend_internal_type_error()
1393 ZEND_API ZEND_COLD void zend_internal_argument_count_error(zend_bool throw_exception, const char *f… in zend_internal_argument_count_error() argument
1400 if (throw_exception) { in zend_internal_argument_count_error()
H A Dzend_API.c759 zend_bool throw_exception = in zend_parse_arg() local
763 zend_internal_type_error(throw_exception, "%s%s%s() expects parameter %d %s", in zend_parse_arg()
767 zend_internal_type_error(throw_exception, in zend_parse_arg()
877 zend_bool throw_exception = ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW); in zend_parse_va_args() local
878 …zend_internal_argument_count_error(throw_exception, "%s%s%s() expects %s %d parameter%s, %d given", in zend_parse_va_args()
H A Dzend_compile.c2488 static zend_op *zend_compile_class_ref(znode *result, zend_ast *name_ast, int throw_exception) /* {… in zend_compile_class_ref() argument
2506 opline->extended_value = fetch_type | (throw_exception ? ZEND_FETCH_CLASS_EXCEPTION : 0); in zend_compile_class_ref()
2520 …opline->extended_value = ZEND_FETCH_CLASS_DEFAULT | (throw_exception ? ZEND_FETCH_CLASS_EXCEPTION … in zend_compile_class_ref()

Completed in 43 milliseconds