Searched refs:user_exception_handler (Results 1 – 4 of 4) sorted by relevance
193 zval user_exception_handler; member
1845 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1846 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()1848 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()1852 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1856 ZVAL_COPY(&EG(user_exception_handler), exception_handler); in ZEND_FUNCTION()1868 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1869 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()1872 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1875 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
565 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()1439 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_try_exception_handler()1446 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_try_exception_handler()
293 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in shutdown_executor()294 zeh = &EG(user_exception_handler); in shutdown_executor()296 ZVAL_UNDEF(&EG(user_exception_handler)); in shutdown_executor()
Completed in 87 milliseconds