| Function |
Description |
PHP |
| debug_backtrace() |
Generates a backtrace |
4 |
| debug_print_backtrace() |
Prints a backtrace |
5 |
| error_get_last() |
Gets the last error occurred |
5 |
| error_log() |
Sends an error to the server error-log, to a file or to a remote destination |
4 |
| error_reporting() |
Specifies which errors are reported |
4 |
| restore_error_handler() |
Restores the previous error handler |
4 |
| restore_exception_handler() |
Restores the previous exception handler |
5 |
| set_error_handler() |
Sets a user-defined function to handle errors |
4 |
| set_exception_handler() |
Sets a user-defined function to handle exceptions |
5 |
| trigger_error() |
Creates a user-defined error message |
4 |
| user_error() |
Alias of trigger_error() |
4 |