Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_builtin_functions.c1505 if (EG(user_exception_handler)) { in ZEND_FUNCTION()
1507 *return_value = *EG(user_exception_handler); in ZEND_FUNCTION()
1509 zend_ptr_stack_push(&EG(user_exception_handlers), EG(user_exception_handler)); in ZEND_FUNCTION()
1511 ALLOC_ZVAL(EG(user_exception_handler)); in ZEND_FUNCTION()
1514 FREE_ZVAL(EG(user_exception_handler)); in ZEND_FUNCTION()
1515 EG(user_exception_handler) = NULL; in ZEND_FUNCTION()
1519 MAKE_COPY_ZVAL(&exception_handler, EG(user_exception_handler)) in ZEND_FUNCTION()
1532 if (EG(user_exception_handler)) { in ZEND_FUNCTION()
1533 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()
1536 EG(user_exception_handler) = NULL; in ZEND_FUNCTION()
[all …]
H A Dzend_globals.h228 zval *user_exception_handler; member
H A Dzend.c546 EG(user_exception_handler) = NULL; in executor_globals_ctor()
693 EG(user_exception_handler) = NULL; in zend_startup()
1262 if (EG(user_exception_handler)) { in zend_execute_scripts()
1268 orig_user_exception_handler = EG(user_exception_handler); in zend_execute_scripts()
H A Dzend_execute_API.c269 if (EG(user_exception_handler)) { in shutdown_executor()
270 zeh = EG(user_exception_handler); in shutdown_executor()
271 EG(user_exception_handler) = NULL; in shutdown_executor()

Completed in 19 milliseconds