Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_builtin_functions.c1336 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1337 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()
1340 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()
1343 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1347 ZVAL_COPY(&EG(user_exception_handler), &(fci.function_name)); in ZEND_FUNCTION()
1356 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1357 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()
1360 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()
1363 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
H A Dzend_globals.h235 zval user_exception_handler; member
H A Dzend.c810 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()
1901 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()
1903 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_user_exception_handler()
1916 if (Z_TYPE(EG(user_exception_handler)) == IS_UNDEF) { in zend_user_exception_handler()
1919 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in zend_user_exception_handler()
1937 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_script()
H A Dzend_execute_API.c165 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()
410 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_shutdown_executor_values()
411 zval_ptr_dtor(&EG(user_exception_handler)); in zend_shutdown_executor_values()
412 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_shutdown_executor_values()
H A Dzend_compile.h949 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
H A Dzend_exceptions.c206 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF in zend_throw_exception_internal()
/php-src/ext/opcache/
H A DZendAccelerator.c4397 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {

Completed in 44 milliseconds