constant ERROR_REPORTING_HIDE in Drupal 7
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \ERROR_REPORTING_HIDE
- 9 core/includes/bootstrap.inc \ERROR_REPORTING_HIDE
Error reporting level: display no errors.
1 use of ERROR_REPORTING_HIDE
- DrupalErrorHandlerTestCase::testErrorHandler in modules/
simpletest/ tests/ error.test - Test the error handler.
File
- includes/
bootstrap.inc, line 31 - Functions that need to be loaded on every Drupal request.
Code
define('ERROR_REPORTING_HIDE', 0);