Searched refs:user_error_handler_error_reporting (Results 1 – 3 of 3) sorted by relevance
195 int user_error_handler_error_reporting; member
1192 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()
1342 || !(EG(user_error_handler_error_reporting) & type) in zend_error_impl()
Completed in 21 milliseconds