Version 1.2 (checked in on 2010/03/06 at 06:31:24 by dries)
Functions for error handling
| Name | Description |
|---|---|
| ERROR_REPORTING_DISPLAY_ALL | Error reporting level: display all messages. |
| ERROR_REPORTING_DISPLAY_SOME | Error reporting level: display errors and warnings. |
| ERROR_REPORTING_HIDE | Error reporting level: display no errors. |
| Name | Description |
|---|---|
| drupal_error_levels | Map PHP error constants to watchdog severity levels. The error constants are documented at http://php.net/manual/en/errorfunc.constants.php |
| _drupal_decode_exception | Decode an exception, especially to retrive the correct caller. |
| _drupal_error_handler_real | Custom PHP error handler. |
| _drupal_get_last_caller | Gets the last caller from a backtrace. |
| _drupal_log_error | Log a PHP error or exception, display an error page in fatal cases. |