Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_globals.h189 zend_stack user_exception_handlers; member
H A Dzend_execute_API.c164 zend_stack_init(&EG(user_exception_handlers), sizeof(zval)); in init_executor()
325 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
376 zend_stack_destroy(&EG(user_exception_handlers)); in shutdown_executor()
H A Dzend_builtin_functions.c1683 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1706 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
1709 zval *tmp = zend_stack_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
1711 zend_stack_del_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()

Completed in 15 milliseconds