Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_exceptions.h81 ZEND_API bool zend_is_unwind_exit(const zend_object *ex);
H A Dzend_exceptions.c106 …if (exception == add_previous || zend_is_unwind_exit(add_previous) || zend_is_graceful_exit(add_pr… in zend_exception_set_previous()
185 if (previous && zend_is_unwind_exit(previous)) { in zend_throw_exception_internal()
204 && !zend_is_unwind_exit(EG(exception)) in zend_throw_exception_internal()
1029 ZEND_API bool zend_is_unwind_exit(const zend_object *ex) in zend_is_unwind_exit() function
H A Dzend_fibers.c485 zend_is_unwind_exit(Z_OBJ(transfer->value)) || in zend_fiber_switch_context()
612 || !(zend_is_graceful_exit(EG(exception)) || zend_is_unwind_exit(EG(exception))) in zend_fiber_execute()
H A Dzend.c1887 if (zend_is_unwind_exit(EG(exception))) { in zend_user_exception_handler()
H A Dzend_vm_def.h8020 if (ex && zend_is_unwind_exit(ex)) { in ZEND_VM_HELPER()
8047 if (zend_is_unwind_exit(ex) || zend_is_graceful_exit(ex)) { in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3181 if (ex && zend_is_unwind_exit(ex)) { in zend_dispatch_try_catch_finally_helper_SPEC()
3208 if (zend_is_unwind_exit(ex) || zend_is_graceful_exit(ex)) { in zend_dispatch_try_catch_finally_helper_SPEC()
/php-src/ext/zend_test/
H A Dfiber.c111 || !(zend_is_graceful_exit(EG(exception)) || zend_is_unwind_exit(EG(exception))) in zend_test_fiber_execute()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1669 if (exception && zend_is_unwind_exit(exception)) { in phpdbg_execute_ex()
/php-src/ext/soap/
H A Dsoap.c1436 if (!zend_is_unwind_exit(EG(exception))) { in PHP_METHOD()
1580 if (!zend_is_unwind_exit(EG(exception))) { in PHP_METHOD()

Completed in 186 milliseconds