Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_globals.h190 zend_stack user_exception_handlers; member
H A Dzend_execute_API.c167 zend_stack_init(&EG(user_exception_handlers), sizeof(zval)); in init_executor()
299 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
390 zend_stack_destroy(&EG(user_exception_handlers)); in shutdown_executor()
H A Dzend_builtin_functions.c1768 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1791 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
1794 zval *tmp = zend_stack_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
1796 zend_stack_del_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()

Completed in 17 milliseconds