Home
last modified time | relevance | path

Searched refs:zend_is_unwind_exit (Results 1 – 7 of 7) sorted by last modified time

/PHP-8.0/Zend/
H A Dzend_exceptions.c90 if (exception == add_previous || zend_is_unwind_exit(add_previous)) { in zend_exception_set_previous()
169 if (previous && zend_is_unwind_exit(previous)) { in zend_throw_exception_internal()
1024 ZEND_API zend_bool zend_is_unwind_exit(zend_object *ex) in zend_is_unwind_exit() function
H A Dzend_vm_execute.h2880 if (ex && zend_is_unwind_exit(ex)) { in zend_dispatch_try_catch_finally_helper_SPEC()
H A Dzend_vm_def.h7728 if (ex && zend_is_unwind_exit(ex)) { in ZEND_VM_HELPER()
H A Dzend.c1645 if (zend_is_unwind_exit(EG(exception))) { in zend_user_exception_handler()
H A Dzend_exceptions.h73 ZEND_API zend_bool zend_is_unwind_exit(zend_object *ex);
/PHP-8.0/ext/soap/
H A Dsoap.c1376 if (!zend_is_unwind_exit(EG(exception))) {
1572 if (!zend_is_unwind_exit(EG(exception))) {
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1706 if (exception && zend_is_unwind_exit(exception)) { in phpdbg_execute_ex()

Completed in 148 milliseconds