Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_exceptions.h78 ZEND_API bool zend_is_unwind_exit(const zend_object *ex);
H A Dzend_exceptions.c105 …if (exception == add_previous || zend_is_unwind_exit(add_previous) || zend_is_graceful_exit(add_pr… in zend_exception_set_previous()
187 if (previous && zend_is_unwind_exit(previous)) { in zend_throw_exception_internal()
1038 ZEND_API bool zend_is_unwind_exit(const zend_object *ex) in zend_is_unwind_exit() function
H A Dzend_fibers.c399 zend_is_unwind_exit(Z_OBJ(transfer->value)) || in zend_fiber_switch_context()
521 || !(zend_is_graceful_exit(EG(exception)) || zend_is_unwind_exit(EG(exception))) in zend_fiber_execute()
H A Dzend.c1799 if (zend_is_unwind_exit(EG(exception))) { in zend_user_exception_handler()
H A Dzend_vm_def.h7864 if (ex && zend_is_unwind_exit(ex)) { in ZEND_VM_HELPER()
7891 if (zend_is_unwind_exit(ex) || zend_is_graceful_exit(ex)) { in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3107 if (ex && zend_is_unwind_exit(ex)) { in zend_dispatch_try_catch_finally_helper_SPEC()
3134 if (zend_is_unwind_exit(ex) || zend_is_graceful_exit(ex)) { in zend_dispatch_try_catch_finally_helper_SPEC()
/PHP-8.2/ext/zend_test/
H A Dfiber.c108 || !(zend_is_graceful_exit(EG(exception)) || zend_is_unwind_exit(EG(exception))) in zend_test_fiber_execute()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c910 if (EG(exception) && !zend_is_unwind_exit(EG(exception))) { in PHPDBG_COMMAND()
1675 if (exception && zend_is_unwind_exit(exception)) { in phpdbg_execute_ex()
/PHP-8.2/ext/soap/
H A Dsoap.c1328 if (!zend_is_unwind_exit(EG(exception))) {
1479 if (!zend_is_unwind_exit(EG(exception))) {

Completed in 159 milliseconds