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
What is difference between mysqli and mysql?
What does session start do in php?
Is php faster than javascript?
What is basic php?
Why many companies are switching their current business language to php? Where php basically used?
Which php function will attach one file to another?
When is a conditional statement ended with endif?
What is the method to register a variable into a session?
Is null check in php?
What is ci in php?
What is php compared to html?
Tell me is it possible to remove the html tags from data?
Explain me differences between get and post methods?
Explain me what is the goto statement useful for?
How to convert strings to numbers in php?