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 |
How do I run a php program in dreamweaver?
why we used type-pool SLIS in ALVs? how many types of windows in scripts?
What is The difference between ' and " where they can ben in between or outmost and how
How many ways can we get the value of current session id?
3 Answers Infosys, L&T, SysBiz, Torque Infotech,
Are sessions stateless?
Is string php function?
How to Retrieve video files in php from database.....and how to store video on database..
What is inheritance in php with example?
Why php script is not running in browser?
Is laravel frontend or backend?
Tell me how can we define a variable accessible in functions of a php script?
What is difference Between PHP 5 and 7?