Searched refs:E_FATAL_ERRORS (Results 1 – 8 of 8) sorted by relevance
46 #define E_FATAL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERR… macro48 #define E_HAS_ONLY_FATAL_ERRORS(mask) !((mask) & ~E_FATAL_ERRORS)
1396 ZEND_ASSERT(!(type & E_FATAL_ERRORS) && "Fatal error during SCCP"); in zend_error_zstr_at()1420 if (type & E_FATAL_ERRORS) { in zend_error_zstr_at()
7563 EG(error_reporting) &= E_FATAL_ERRORS;
3004 EG(error_reporting) &= E_FATAL_ERRORS; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
755 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_sapi_phpdbg_log_message()
1748 if ((error_num & E_FATAL_ERRORS) && use_exceptions) {1770 if (error_num & E_FATAL_ERRORS) {
1192 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_cli_server_log_response()
3808 if (type & E_FATAL_ERRORS) {
Completed in 163 milliseconds