Answer Posted / rubina
There are three types of Errors:
Notices:They are not critical errors.They are not displayed
t the users
Warnings:they are trivial.They are displayed to the user but
it does not stop the execution of script.
Fatal errors:They are critical errors and they stop the
execution of the script when they are encountered.
The above mentioned E_ALL,E_PARSER are error constants
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Tell me what does the initials of php stand for?
How to delete cookie files on your computer?
Define anonymous classes in php7?
Why php is used in html?
What does the scope of variables means?
Is php a cms?
What is a path Traversal?
What good is polymorphism?
Is php a middleware?
What is csrf token and how will you add csrf token in ajax?
Why is overriding runtime?
What is difference between echo and print_r in php?
How to create a public static method in PHP?
What is __ invoke in php?
What is a stored procedure in mysql?