Home
last modified time | relevance | path

Searched refs:user_error_handler_error_reporting (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_globals.h193 int user_error_handler_error_reporting; member
H A Dzend_builtin_functions.c1648 zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting)); in ZEND_FUNCTION()
1657 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
1681 …EG(user_error_handler_error_reporting) = zend_stack_int_top(&EG(user_error_handlers_error_reportin… in ZEND_FUNCTION()
H A Dzend.c1322 || !(EG(user_error_handler_error_reporting) & type) in zend_error_va_list()
/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 26 milliseconds