Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_builtin_functions.c1220 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1221 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()
1224 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1227 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1231 ZVAL_COPY(&EG(user_exception_handler), &(fci.function_name)); in ZEND_FUNCTION()
1240 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1241 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()
1244 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1247 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
H A Dzend_globals.h228 zval user_exception_handler; member
H A Dzend.c795 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()
1845 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()
1847 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_user_exception_handler()
1860 if (Z_TYPE(EG(user_exception_handler)) == IS_UNDEF) { in zend_user_exception_handler()
1863 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in zend_user_exception_handler()
1896 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_scripts()
H A Dzend_execute_API.c164 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()
382 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_shutdown_executor_values()
383 zval_ptr_dtor(&EG(user_exception_handler)); in zend_shutdown_executor_values()
384 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_shutdown_executor_values()
H A Dzend_compile.h873 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
H A Dzend_exceptions.c202 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF in zend_throw_exception_internal()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c4366 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {

Completed in 84 milliseconds