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 does $_ post mean in php?
Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?
Require_once(), require(), include(). What is difference between them?
How can we find the number of rows in a result set using PHP?
What is The difference between ' and " where they can ben in between or outmost and how
How can we register the variables into a Session?
7 Answers HCL, Star Computers, Trikon Networks,
How to count a number of words in a string in php?
what is the default session expire time in php? what is default file attachment size in mail in php?
What is mvc php?
Difference among echo, print and printf.
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
11 Answers HCL, Rushmore Consultancy, Thursday Technology,
What type of comments are supported by PHP.