Explain different types of errors in PHP (i.e. arguments in
errorreporting function)?
Answer Posted / sreedevi
errors are classified into 3 types
1.fatal errors
2.parser errors
3.startup errors
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is abstract class php?
Can age be a variable?
Is facebook still in php?
how to detect a mobile device using php
Do you know what is the use of the function 'imagetypes()'?
Does php require a web server?
Is php class name case sensitive?
What does $this do in php?
What is the use of $_server and $_env?
What is difference between variable declaration and variable definition?
Is laravel better than codeigniter?
How can php and html interact?
Tell me how to execute an sql query? How to fetch its result?
How to include variables in double-quoted strings?
Which is better get or post method?