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

Error reporting level: display errors and warnings.

3 uses of ERROR_REPORTING_DISPLAY_SOME
ErrorHandlerTest::testErrorHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
Tests the error handler.
error_displayable in core/includes/errors.inc
Determines whether an error should be displayed.
LoggingForm::buildForm in core/modules/system/src/Form/LoggingForm.php

File

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

Code

const ERROR_REPORTING_DISPLAY_SOME = 'some';