Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_globals.h198 zend_stack user_exception_handlers; member
H A Dzend_execute_API.c164 zend_stack_init(&EG(user_exception_handlers), sizeof(zval)); in init_executor()
333 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
409 zend_stack_destroy(&EG(user_exception_handlers)); in shutdown_executor()
H A Dzend_builtin_functions.c1715 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1737 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
1740 zval *tmp = zend_stack_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
1742 zend_stack_del_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4505 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in accel_preload()

Completed in 29 milliseconds