Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_globals.h200 zend_stack user_exception_handlers; member
H A Dzend_builtin_functions.c1249 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1268 if (zend_stack_is_empty(&EG(user_exception_handlers))) { in ZEND_FUNCTION()
1271 zval *tmp = zend_stack_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
1273 zend_stack_del_top(&EG(user_exception_handlers)); in ZEND_FUNCTION()
H A Dzend_execute_API.c165 zend_stack_init(&EG(user_exception_handlers), sizeof(zval)); in init_executor()
330 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
406 zend_stack_destroy(&EG(user_exception_handlers)); in shutdown_executor()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4619 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1);

Completed in 27 milliseconds