280 likes | 473 Views
Types . There are 12 unique error types, which canbe grouped into 3 main categories:Informational (Notices)Actionable (Warnings)Fatal. Informational Errors. Harmless problem, and can be avoided through use of explicit programming.e.g. use of an undefined variable, defining a string without qu
E N D
1. PHP Error Handling
2. Types There are 12 unique error types, which can
be grouped into 3 main categories:
Informational (Notices)
Actionable (Warnings)
Fatal
3. Informational Errors Harmless problem, and can be avoided through use of explicit programming. e.g. use of an undefined variable, defining a string without quotes, etc.