What are the three classes of errors that can occur in php?
Answer / Sandeep Kumar Sadh
The three classes of errors in PHP are: 1) `E_ERROR` - unrecoverable runtime errors, script terminates. 2) `E_WARNING` - warnings about conditions that might indicate a problem with the script but do not stop its execution. 3) `E_NOTICE` - non-critical issues that are often caused by coding errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many escape sequences are recognized in double-quoted strings in php?
Which is correct about mysqli and pdo?
how to add file in php?
How to Define a Constant in PHP? Is $ symbol necessary?
How can I learn php fast?
What is difference between post and put in rest?
What is trim codeigniter?
Tell me what is the main difference between require() and require_once()?
How to create a table using php?
display selected value in dropdown list through javascript without page refresh
I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??
What beforeFilter() is used?