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 difference between echo and print_r in php?
Php error constants and their descriptions
Is it possible multiple inheritance in php?
What is inheritance in php with example?
What is the difference between overloading and overriding in php?
What is cookie in php with example?
What is a php tag?
What new features php7 has in store for us?
Which library is used in php to do various types of image work?
Tell me in php, objects are they passed by value or by reference?
What is composer used for?
Which is useful for method overloading?
What good is polymorphism?
Why many companies are switching their current business language to php?
What are the differences between GET and POST methods in form submitting?