Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_globals.h195 int user_error_handler_error_reporting; member
H A Dzend_builtin_functions.c1192 zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting)); in ZEND_FUNCTION()
1201 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
1222 …EG(user_error_handler_error_reporting) = zend_stack_int_top(&EG(user_error_handlers_error_reportin… in ZEND_FUNCTION()
H A Dzend.c1342 || !(EG(user_error_handler_error_reporting) & type) in zend_error_impl()

Completed in 18 milliseconds