Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_globals.h194 zval user_error_handler; member
H A Dzend_builtin_functions.c1644 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1645 ZVAL_COPY(return_value, &EG(user_error_handler)); in ZEND_FUNCTION()
1649 zend_stack_push(&EG(user_error_handlers), &EG(user_error_handler)); in ZEND_FUNCTION()
1652 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1656 ZVAL_COPY(&EG(user_error_handler), error_handler); in ZEND_FUNCTION()
1669 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()
1672 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1673 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1678 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()
1684 ZVAL_COPY_VALUE(&EG(user_error_handler), tmp); in ZEND_FUNCTION()
H A Dzend.c701 ZVAL_UNDEF(&executor_globals->user_error_handler); in executor_globals_ctor()
1321 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF in zend_error_va_list()
1360 ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); in zend_error_va_list()
1361 ZVAL_UNDEF(&EG(user_error_handler)); in zend_error_va_list()
1405 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF) { in zend_error_va_list()
1406 ZVAL_COPY_VALUE(&EG(user_error_handler), &orig_user_error_handler); in zend_error_va_list()
H A Dzend_execute_API.c157 ZVAL_UNDEF(&EG(user_error_handler)); in init_executor()
321 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in shutdown_executor()
322 zval_ptr_dtor(&EG(user_error_handler)); in shutdown_executor()
323 ZVAL_UNDEF(&EG(user_error_handler)); in shutdown_executor()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1742 ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); in opcache_compile_file()
1745 ZVAL_UNDEF(&EG(user_error_handler)); in opcache_compile_file()
1767 EG(user_error_handler) = orig_user_error_handler; in opcache_compile_file()
4493 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in accel_preload()
4494 zval_ptr_dtor(&EG(user_error_handler)); in accel_preload()
4495 ZVAL_UNDEF(&EG(user_error_handler)); in accel_preload()
/PHP-7.4/main/
H A Dmain.c1155 …(Z_TYPE(EG(user_error_handler)) == IS_UNDEF || !(EG(user_error_handler_error_reporting) & type))) { in php_verror()

Completed in 42 milliseconds