php - What types are possible in error_get_last() -
I'm looking for a list of possible " types " of errors For example, the method gives this array: So I think that " 1 "One" Fatal Error " What are the other? These types are just that.
Array ([type] => 1 [message] => accepted memory size 268435456 bytes (72 bytes Tried to allocate) [file] = & gt; /dir/file.php [line] => 123]
Comments
Post a Comment