error_get_last()中可能有哪些类型

时间:2014-07-25 08:07:34

标签: 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
)

所以我假设“ 1 ”是“致命错误

其他人是什么?

1 个答案:

答案 0 :(得分:6)

这些类型只是php error constants