Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h226 zend_ptr_stack user_exception_handlers; member
H A Dzend_execute_API.c174 zend_ptr_stack_init(&EG(user_exception_handlers)); in init_executor()
266 zend_ptr_stack_clean(&EG(user_exception_handlers), ZVAL_DESTRUCTOR, 1); in shutdown_executor()
323 zend_ptr_stack_destroy(&EG(user_exception_handlers)); in shutdown_executor()
H A Dzend_builtin_functions.c1610 zend_ptr_stack_push(&EG(user_exception_handlers), EG(user_exception_handler)); in ZEND_FUNCTION()
1631 if (zend_ptr_stack_num_elements(&EG(user_exception_handlers))==0) { in ZEND_FUNCTION()
1634 EG(user_exception_handler) = zend_ptr_stack_pop(&EG(user_exception_handlers)); in ZEND_FUNCTION()

Completed in 16 milliseconds