Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_builtin_functions.c1245 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1246 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()
1249 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1252 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1256 ZVAL_COPY(&EG(user_exception_handler), &(fci.function_name)); in ZEND_FUNCTION()
1265 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1266 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()
1269 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1272 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
H A Dzend_globals.h197 zval user_exception_handler; member
H A Dzend_execute_API.c159 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()
323 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in shutdown_executor()
324 zval_ptr_dtor(&EG(user_exception_handler)); in shutdown_executor()
325 ZVAL_UNDEF(&EG(user_exception_handler)); in shutdown_executor()
H A Dzend.c733 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()
1652 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()
1697 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_scripts()
H A Dzend_compile.h817 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4484 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
4612 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
4613 zval_ptr_dtor(&EG(user_exception_handler));
4614 ZVAL_UNDEF(&EG(user_exception_handler));

Completed in 39 milliseconds