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

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -