Skip to content

Instantly share code, notes, and snippets.

@ku
Created July 12, 2012 06:49
Show Gist options
  • Select an option

  • Save ku/3096335 to your computer and use it in GitHub Desktop.

Select an option

Save ku/3096335 to your computer and use it in GitHub Desktop.
PHP severity values
E_ERROR : 1
E_WARNING : 2
E_PARSE : 4
E_NOTICE : 8
E_CORE_ERROR : 16
E_CORE_WARNING : 32
E_COMPILE_ERROR : 64
E_COMPILE_WARNING : 128
E_USER_ERROR : 256
E_USER_WARNING : 512
E_USER_NOTICE : 1024
E_STRICT : 2048
E_RECOVERABLE_ERROR : 4096
E_DEPRECATED : 8192
E_USER_DEPRECATED : 16384
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment