error_get_last()中可能有哪些类型

Xav*_*ver -1 php

我正在搜索可能的" 类型 "错误列表error_get_last()

例如,该方法返回此数组:

Array
(
    [type] => 1
    [message] => Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes)
    [file] => /dir/file.php
    [line] => 123
)
Run Code Online (Sandbox Code Playgroud)

所以我假设" 1 "是" 致命错误 "

还有什么?

Gho*_*ler 6

这些类型只是php错误常量.