Home
last modified time | relevance | path

Searched refs:zend_is_graceful_exit (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_exceptions.h82 ZEND_API bool zend_is_graceful_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()
208 && !zend_is_graceful_exit(EG(exception))) { in zend_throw_exception_internal()
1040 ZEND_API bool zend_is_graceful_exit(const zend_object *ex) in zend_is_graceful_exit() function
H A Dzend_fibers.c486 zend_is_graceful_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_vm_def.h8074 if (zend_is_unwind_exit(ex) || zend_is_graceful_exit(ex)) { in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3208 if (zend_is_unwind_exit(ex) || zend_is_graceful_exit(ex)) { in zend_dispatch_try_catch_finally_helper_SPEC()
/PHP-8.4/ext/zend_test/
H A Dfiber.c112 || !(zend_is_graceful_exit(EG(exception)) || zend_is_unwind_exit(EG(exception))) in zend_test_fiber_execute()

Completed in 147 milliseconds