Function smf_error_handler
Handler for standard error messages, standard PHP error handler replacement. It dies with fatal_error() if the error_level matches with error_reporting.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Errors.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Errors.php
integer |
$error_level |
A pre-defined error-handling constant (see <a href="https://php.net/errorfunc.constants">https://php.net/errorfunc.constants</a>) |
string |
$error_string |
The error message |
string |
$file |
The file where the error occurred |
integer |
$line |
The line where the error occurred |