Same name and namespace in other branches
  1. 10 core/includes/bootstrap.inc \ERROR_REPORTING_HIDE
  2. 8.9.x core/includes/bootstrap.inc \ERROR_REPORTING_HIDE
  3. 9 core/includes/bootstrap.inc \ERROR_REPORTING_HIDE

Error reporting level: display no errors.

2 uses of ERROR_REPORTING_HIDE
DrupalErrorHandlerTestCase::testErrorHandler in modules/simpletest/tests/error.test
Test the error handler.
system_logging_settings in modules/system/system.admin.inc
Form builder; Configure error reporting settings.

File

includes/bootstrap.inc, line 31
Functions that need to be loaded on every Drupal request.

Code

define('ERROR_REPORTING_HIDE', 0);