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:

  Array ([type] => 1 [message] => accepted memory size 268435456 bytes (72 bytes Tried to allocate) [file] = & gt; /dir/file.php [line] => 123]   

So I think that " 1 "One" Fatal Error "

What are the other?

These types are just that.

Comments

Popular posts from this blog

c# - Textbox not clickable but editable -

php - how to change mysql_result($res, 0, "url"); to mysqli -

Matlab transpose a table vector -