Searched refs:user_exception_handler (Results 1 – 4 of 4) sorted by relevance
187 zval user_exception_handler; member
1765 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1766 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()1768 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()1772 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1776 ZVAL_COPY(&EG(user_exception_handler), exception_handler); in ZEND_FUNCTION()1788 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1789 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()1792 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1795 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
552 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()1402 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_try_exception_handler()1409 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_try_exception_handler()
291 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in shutdown_executor()292 zeh = &EG(user_exception_handler); in shutdown_executor()294 ZVAL_UNDEF(&EG(user_exception_handler)); in shutdown_executor()
Completed in 19 milliseconds