Explain different types of errors in PHP (i.e. arguments in
errorreporting function)?
Answer Posted / ansar
Its three types
1. Fatal error : this will stop the script.
2. Warning
3. Notice
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What is the major php security hole? How to avoid?
How do I escape in php?
What is the difference between query and inquiry?
What are php loops?
Does csrf token change?
What is a query in a database?
What is the best way to change the key without changing the value of a php array element?
How many types of php frameworks are there?
What is the meaning of die in php?
What is difference between Method overriding and overloading in PHP?
How many keywords are there in php?
How do you use bcrypt for hashing passwords in php?
What is difference between php and wordpress?
Why laravel is best php framework?
When is a conditional statement ended with an endif?