constant ERROR_REPORTING_DISPLAY_SOME

Error reporting level: display errors and warnings.

3 uses of ERROR_REPORTING_DISPLAY_SOME
DrupalErrorHandlerTestCase::testErrorHandler in drupal-7.x/modules/simpletest/tests/error.test
Test the error handler.
error_displayable in drupal-7.x/includes/errors.inc
Determines whether an error should be displayed.
system_logging_settings in drupal-7.x/modules/system/system.admin.inc
Form builder; Configure error reporting settings.

File

drupal-7.x/includes/bootstrap.inc, line 36
Functions that need to be loaded on every Drupal request.

Code

define('ERROR_REPORTING_DISPLAY_SOME', 1)