Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_globals.h230 zend_ptr_stack user_error_handlers; member
H A Dzend_execute_API.c176 zend_ptr_stack_init(&EG(user_error_handlers)); in init_executor()
268 zend_ptr_stack_clean(&EG(user_error_handlers), ZVAL_DESTRUCTOR, 1); in shutdown_executor()
326 zend_ptr_stack_destroy(&EG(user_error_handlers)); in shutdown_executor()
H A Dzend_builtin_functions.c1549 zend_ptr_stack_push(&EG(user_error_handlers), EG(user_error_handler)); in ZEND_FUNCTION()
1582 if (zend_ptr_stack_num_elements(&EG(user_error_handlers))==0) { in ZEND_FUNCTION()
1587 EG(user_error_handler) = zend_ptr_stack_pop(&EG(user_error_handlers)); in ZEND_FUNCTION()

Completed in 24 milliseconds