Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_globals.h186 zval user_error_handler; member
H A Dzend.c551 ZVAL_UNDEF(&executor_globals->user_error_handler); in executor_globals_ctor()
1169 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF in zend_error()
1223 ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); in zend_error()
1224 ZVAL_UNDEF(&EG(user_error_handler)); in zend_error()
1265 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF) { in zend_error()
1266 ZVAL_COPY_VALUE(&EG(user_error_handler), &orig_user_error_handler); in zend_error()
H A Dzend_builtin_functions.c1697 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1698 ZVAL_COPY(return_value, &EG(user_error_handler)); in ZEND_FUNCTION()
1701 zend_stack_push(&EG(user_error_handlers), &EG(user_error_handler)); in ZEND_FUNCTION()
1705 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1709 ZVAL_COPY(&EG(user_error_handler), error_handler); in ZEND_FUNCTION()
1722 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1725 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1726 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1731 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1737 ZVAL_COPY_VALUE(&EG(user_error_handler), tmp); in ZEND_FUNCTION()
H A Dzend_execute_API.c161 ZVAL_UNDEF(&EG(user_error_handler)); in init_executor()
285 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in shutdown_executor()
286 zeh = &EG(user_error_handler); in shutdown_executor()
288 ZVAL_UNDEF(&EG(user_error_handler)); in shutdown_executor()
H A Dzend_API.c4063 ZVAL_COPY(&current->user_handler, &EG(user_error_handler)); in zend_save_error_handling()
4071 if (error_handling != EH_NORMAL && Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in zend_replace_error_handling()
4072 zval_ptr_dtor(&EG(user_error_handler)); in zend_replace_error_handling()
4073 ZVAL_UNDEF(&EG(user_error_handler)); in zend_replace_error_handling()
4112 && !same_zval(&saved->user_handler, &EG(user_error_handler))) { in zend_restore_error_handling()
4113 zval_ptr_dtor(&EG(user_error_handler)); in zend_restore_error_handling()
4114 ZVAL_COPY_VALUE(&EG(user_error_handler), &saved->user_handler); in zend_restore_error_handling()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1524 ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); in opcache_compile_file()
1529 ZVAL_UNDEF(&EG(user_error_handler)); in opcache_compile_file()
1549 EG(user_error_handler) = orig_user_error_handler; in opcache_compile_file()
/PHP-7.0/main/
H A Dmain.c903 …(Z_TYPE(EG(user_error_handler)) == IS_UNDEF || !(EG(user_error_handler_error_reporting) & type))) { in php_verror()

Completed in 78 milliseconds