Explain different types of errors in PHP (i.e. arguments in
errorreporting function)?
Answer Posted / sonal
Fatal
Warning
Notice
Only due to Fatal Error Script will stop
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How do you check if a variable has been set in php?
Explain how you can update memcached when you make changes to php?
When is a conditional statement ended with an endif?
Tell me is it possible to protect special characters in a query string?
What is the use of get and post method in php?
What is session expiry?
What is the meaning of a final class and a final method?
What are the difference between overloading and overriding in oops?
What are the differences between require and include?
Is multiple inheritance supported in php?
How a constant is defined in a php script?
How does php and apache work?
How check variable is set or not in php?
What is final class and final method in php?
Tell me in php, objects are they passed by value or by reference?