Home
last modified time | relevance | path

Searched refs:user_exception_handlers (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_globals.h231 zend_ptr_stack user_exception_handlers; member
H A Dzend_execute_API.c177 zend_ptr_stack_init(&EG(user_exception_handlers)); in init_executor()
269 zend_ptr_stack_clean(&EG(user_exception_handlers), ZVAL_DESTRUCTOR, 1); in shutdown_executor()
327 zend_ptr_stack_destroy(&EG(user_exception_handlers)); in shutdown_executor()
H A Dzend_builtin_functions.c1620 zend_ptr_stack_push(&EG(user_exception_handlers), EG(user_exception_handler)); in ZEND_FUNCTION()
1646 if (zend_ptr_stack_num_elements(&EG(user_exception_handlers))==0) { in ZEND_FUNCTION()
1649 EG(user_exception_handler) = zend_ptr_stack_pop(&EG(user_exception_handlers)); in ZEND_FUNCTION()

Completed in 19 milliseconds