$IGNORE_DEPRECATED
$IGNORE_DEPRECATED :
Utility for catching PHP errors and converting them to an exception that can be caught at runtime
HandleError(string $code, string $string, string $file, string $line, string $context)
Fired by the PHP error handler function. Calling this function will always throw an exception unless error_reporting == 0. If the PHP command is called with @ preceeding it, then it will be ignored here as well.
string | $code | |
string | $string | |
string | $file | |
string | $line | |
string | $context |