Home
last modified time | relevance | path

Searched refs:user_exception_handler (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1607 if (EG(user_exception_handler)) { in ZEND_FUNCTION()
1608 RETVAL_ZVAL(EG(user_exception_handler), 1, 0); in ZEND_FUNCTION()
1610 zend_ptr_stack_push(&EG(user_exception_handlers), EG(user_exception_handler)); in ZEND_FUNCTION()
1614 EG(user_exception_handler) = NULL; in ZEND_FUNCTION()
1618 ALLOC_ZVAL(EG(user_exception_handler)); in ZEND_FUNCTION()
1619 MAKE_COPY_ZVAL(&exception_handler, EG(user_exception_handler)) in ZEND_FUNCTION()
1628 if (EG(user_exception_handler)) { in ZEND_FUNCTION()
1629 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()
1632 EG(user_exception_handler) = NULL; in ZEND_FUNCTION()
1634 EG(user_exception_handler) = zend_ptr_stack_pop(&EG(user_exception_handlers)); in ZEND_FUNCTION()
H A Dzend_globals.h223 zval *user_exception_handler; member
H A Dzend.c568 EG(user_exception_handler) = NULL; in executor_globals_ctor()
741 EG(user_exception_handler) = NULL; in zend_startup()
1330 if (EG(user_exception_handler)) { in zend_execute_scripts()
1336 orig_user_exception_handler = EG(user_exception_handler); in zend_execute_scripts()
H A Dzend_execute_API.c257 if (EG(user_exception_handler)) { in shutdown_executor()
258 zeh = EG(user_exception_handler); in shutdown_executor()
259 EG(user_exception_handler) = NULL; in shutdown_executor()

Completed in 37 milliseconds