Property | Type | Description | |
---|---|---|---|
$php_errors | Some nice names for the error types | ||
$shutdown_errors | The Shutdown errors to show (all others will be ignored). |
Method | Description | |
---|---|---|
__construct ( ) : void | Construct | |
debug_path ( string $file ) : string | Debug Path | |
debug_source ( $file, $line_number, $padding = 5 ) : FALSE | Debug Source | |
error_handler ( $code, $error, $file = NULL, $line = NULL ) : boolean | Error Handler | |
exception_handler ( Exception $e ) : boolean | Exception Handler | |
exception_text ( Exception $e ) : string | Exception Text | |
show_error ( $heading, $message, $template = 'error_general', $status_code = 500 ) : string | General Error Page | |
shutdown_handler ( ) : void | Shutdown Handler | |
trace ( array $trace = NULL ) : string | Trace |
Method | Description | |
---|---|---|
is_extension ( string $file ) : boolean | Is Extension |
public static debug_path ( string $file ) : string | ||
$file | string | |
return | string |
public static debug_source ( $file, $line_number, $padding = 5 ) : FALSE | ||
return | FALSE | source of file |
public static error_handler ( $code, $error, $file = NULL, $line = NULL ) : boolean | ||
return | boolean |
public static exception_handler ( Exception $e ) : boolean | ||
$e | Exception | |
return | boolean |
public static exception_text ( Exception $e ) : string | ||
$e | Exception | |
return | string |
public show_error ( $heading, $message, $template = 'error_general', $status_code = 500 ) : string | ||
return | string |
public static shutdown_handler ( ) : void | ||
return | void |