Home
last modified time | relevance | path

Searched refs:user_exception_handler (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_globals.h195 zval user_exception_handler; member
H A Dzend_builtin_functions.c1711 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1712 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()
1715 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1718 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1722 ZVAL_COPY(&EG(user_exception_handler), exception_handler); in ZEND_FUNCTION()
1734 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1735 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()
1738 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1741 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
H A Dzend_execute_API.c158 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()
326 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in shutdown_executor()
327 zval_ptr_dtor(&EG(user_exception_handler)); in shutdown_executor()
328 ZVAL_UNDEF(&EG(user_exception_handler)); in shutdown_executor()
H A Dzend.c702 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()
1645 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()
1682 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_scripts()
H A Dzend_compile.h797 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4375 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in accel_preload()
4498 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in accel_preload()
4499 zval_ptr_dtor(&EG(user_exception_handler)); in accel_preload()
4500 ZVAL_UNDEF(&EG(user_exception_handler)); in accel_preload()

Completed in 37 milliseconds