What are the different types of errors in PHP?
Answers were Sorted based on User's Feedback
Answer / sreedevi
E_warining
E_error
E_notice
E_user_error
E_user_notice
E_user_warning
E_all
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?
What is the difference between query and question?
What is a controller in programming?
Explain the installation of PHP on UNIX systems?
What is data abstraction in php?
How to execute a php script from the command line?
What are the Formatting and Printing Strings available in PHP?
Is md5() is breakable if yes than how?
what is the default method of form in php?
why did u want to leave your past organisation?
Write a program to upload a file in php?
What is the phpstorm?