Property | Type | Description | |
---|---|---|---|
$errarray | |||
$error_file | |||
$error_id | |||
$error_line | |||
$file | |||
$isdisable | |||
$islogerror | |||
$isstrict | |||
$iswarning | |||
$line | |||
$message | |||
$messagefull | |||
$type |
Method | Description | |
---|---|---|
ClearErrorHook ( ) | 清除注册的错误处理程序 | |
DisableErrorHook ( ) | 禁止错误调度 | |
DisableStrict ( ) | 恢复错误调度 | |
DisableWarning ( ) | ||
Display ( ) | 输出错误信息 | |
EnableErrorHook ( ) | 启用错误调度 | |
EnableStrict ( ) | ||
EnableWarning ( ) | ||
GetInstance ( ) : ZBlogException | 获取单一实例 | |
ParseError ( $type, $message, $file, $line ) | 解析错误信息 | |
ParseException ( $exception ) | 解析异常信息 | |
ParseShutdown ( $error ) | 解析错误信息 | |
ResumeErrorHook ( ) | 恢复错误调度 | |
SetErrorHook ( ) | 设定错误处理函数 | |
SuspendErrorHook ( ) | 暂停错误调度 | |
Trace ( $s ) | ||
__construct ( ) | 构造函数,定义常见错误代码 | |
__get ( $name ) : mixed | 获取参数 | |
get_code ( $file, $line ) : array | 获取出错代码信息 | |
possible_causes_of_the_error ( ) : string | 得到可能的错误原因 |
public static GetInstance ( ) : ZBlogException | ||
return | ZBlogException |
public ParseError ( $type, $message, $file, $line ) | ||
$type | ||
$message | ||
$file | ||
$line |
public possible_causes_of_the_error ( ) : string | ||
return | string |