Searched refs:E_FATAL_ERRORS (Results 1 – 8 of 8) sorted by relevance
47 #define E_FATAL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERR… macro49 #define E_HAS_ONLY_FATAL_ERRORS(mask) !((mask) & ~E_FATAL_ERRORS)
1447 ZEND_ASSERT(!(type & E_FATAL_ERRORS) && "Fatal error during SCCP"); in zend_error_zstr_at()1471 if (type & E_FATAL_ERRORS) { in zend_error_zstr_at()
7646 EG(error_reporting) &= E_FATAL_ERRORS;
3048 EG(error_reporting) &= E_FATAL_ERRORS; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
756 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_sapi_phpdbg_log_message()
1861 if ((error_num & E_FATAL_ERRORS) && use_exceptions) { in soap_real_error_handler()1883 if (error_num & E_FATAL_ERRORS) { in soap_real_error_handler()
1192 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_cli_server_log_response()
3839 if (type & E_FATAL_ERRORS) {
Completed in 234 milliseconds