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 is the use of session and cookies in php?
Which is best framework for php?
How can I make a script that can be bilanguage (supports English, German)?
What is file upload?
Explain Magento's autoload functionality and how to instantiate classes? What is the process you take when theming a store? Talk about Magento collections and how you use them?
I am working in VFP with no knowledge of web programming.I want to learn web database programmin. Can I choose PHP and MYSQL for that?
Do I need apache for php?
Which is variable cost?
Differentiate echo vs. Print statement.
What is the function func_num_args() used for?
How to count a number of words in a string in php?
why we use @symbol before the variable