constant ERROR_REPORTING_DISPLAY_VERBOSE

Error reporting level: display all messages, plus backtrace information.

2 uses of ERROR_REPORTING_DISPLAY_VERBOSE
error_displayable in drupal/core/includes/errors.inc
Determines whether an error should be displayed.
_drupal_log_error in drupal/core/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.

File

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

Code

const ERROR_REPORTING_DISPLAY_VERBOSE = 'verbose';