Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_builtin_functions.c1205 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1206 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()
1209 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1212 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1216 ZVAL_COPY(&EG(user_exception_handler), &(fci.function_name)); in ZEND_FUNCTION()
1225 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1226 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()
1229 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1232 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
H A Dzend_globals.h208 zval user_exception_handler; member
H A Dzend_execute_API.c163 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()
381 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_shutdown_executor_values()
382 zval_ptr_dtor(&EG(user_exception_handler)); in zend_shutdown_executor_values()
383 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_shutdown_executor_values()
H A Dzend.c781 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()
1804 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()
1845 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_scripts()
H A Dzend_compile.h853 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c4392 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {

Completed in 42 milliseconds