• We Code
  • We Design
  • We Develope
  • We Write
  • We Share

menu

Sunday, December 16, 2012

All Php Error Types

Php error Types :
There are three main type of php errors .The Php error are listed below .

  1. Notice 
  2. Warning 
  3. Fatal Error



Notice : This php error does't appear on the front end of the website . This appear only on the back end . And does not stop the php script from executing .

Warning : This Php error type is also same as the Notice , does not appear on the front end . This Type of Php error is only on back end . This normally appear when the include file not exist .

Fatal error : This php error type come in picture ,when the php script is wrong like some syntex error . This fatal error appear on the front end and stops the complete error from executing .

All php Error Types  :

  1. E_ERROR
  2. E_WARNING
  3. E_PARSE
  4. E_NOTICE
  5. E_CORE_ERROR
  6. E_CORE_WARNING
  7. E_COMPILE_ERROR
  8. E_USER_ERROR
  9. E_USER_WARNING
  10. E_USER_NOTIC
  11. E_STRICT
  12. E_RECOVERABLE_ERROR
  13. E_ALL


0 comments:

Post a Comment

...