Lggr
|
Static Public Member Functions | |
static | getErrorStack () |
static | handleError ($errno, $errstr, $errfile, $errline) |
static | handleErrorOnce ($severity=E_WARNING) |
Static Protected Attributes | |
static | $errorStack = [] |
Error handler that converts PHP errors and warnings to exceptions.
|
static |
Returns the error stack.
|
static |
int | $errno | |
string | $errstr | |
string | $errfile | |
int | $errline |
Error |
|
static |
Registers an error handler and returns a function that will restore the previous handler when invoked
int | $severity | PHP predefined error constant |