What are the three classes of errors that can occur in php?



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

Post New Answer

More PHP Interview Questions

How many escape sequences are recognized in double-quoted strings in php?

1 Answers  


Which is correct about mysqli and pdo?

1 Answers  


how to add file in php?

1 Answers   CTS,


How to Define a Constant in PHP? Is $ symbol necessary?

6 Answers   Maples,


How can I learn php fast?

1 Answers  


What is difference between post and put in rest?

1 Answers  


What is trim codeigniter?

1 Answers  


Tell me what is the main difference between require() and require_once()?

1 Answers  


How to create a table using php?

1 Answers  


display selected value in dropdown list through javascript without page refresh

5 Answers   ASD Lab,


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??

1 Answers  


What beforeFilter() is used?

1 Answers   HCL,


Categories