Php error Types :
There are three main type of php errors .The Php error are listed below .
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 :
There are three main type of php errors .The Php error are listed below .
- Notice
- Warning
- 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 :
- E_ERROR
- E_WARNING
- E_PARSE
- E_NOTICE
- E_CORE_ERROR
- E_CORE_WARNING
- E_COMPILE_ERROR
- E_USER_ERROR
- E_USER_WARNING
- E_USER_NOTIC
- E_STRICT
- E_RECOVERABLE_ERROR
- E_ALL
0 comments:
Post a Comment
...