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 the use of imagetypes() method?
Tell me which programming language does php resemble to?
What is the meaning of die in php?
What is strcmp () in php?
What is preg_match?
What is php and sql?
Tell me how would you declare a function that receives one parameter name hello?
Why triggers are used in mysql?
When to use self over $this?
What are getters and setters and why are they important?
How do you end a function in python?
What is the use of get and post method in php?
Is php case sensitive?
What are the special characters you need to escape in double-quoted stings?
How many escape sequences are recognized in double-quoted strings in php?