Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_globals.h196 zend_stack user_exception_handlers; member
H A Dzend_execute_API.c170 zend_stack_init(&EG(user_exception_handlers), sizeof(zval)); in init_executor()
301 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
392 zend_stack_destroy(&EG(user_exception_handlers)); in shutdown_executor()
H A Dzend_builtin_functions.c1848 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1871 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
1874 zval *tmp = zend_stack_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
1876 zend_stack_del_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()

Completed in 26 milliseconds