What are the different types of errors in PHP?

Answers were Sorted based on User's Feedback



What are the different types of errors in PHP?..

Answer / selc_sekar

Notices
warning
fatelerror

Is This Answer Correct ?    7 Yes 1 No

What are the different types of errors in PHP?..

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

What are the different types of errors in PHP?..

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 types of errors in PHP?..

Answer / umapathi

E_ALL
E_NOTICES
E_WARNING

Is This Answer Correct ?    2 Yes 1 No

What are the different types of errors in PHP?..

Answer / deepak tiwari

Notice
Warning
fatalerror

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

How do I run a php program in dreamweaver?

0 Answers  


why we used type-pool SLIS in ALVs? how many types of windows in scripts?

0 Answers   IBM,


What is The difference between ' and " where they can ben in between or outmost and how

2 Answers   Avis Software,


How many ways can we get the value of current session id?

3 Answers   Infosys, L&T, SysBiz, Torque Infotech,


Are sessions stateless?

0 Answers  


Is string php function?

0 Answers  


How to Retrieve video files in php from database.....and how to store video on database..

2 Answers  


What is inheritance in php with example?

0 Answers  


Why php script is not running in browser?

0 Answers  


Is laravel frontend or backend?

0 Answers  


Tell me how can we define a variable accessible in functions of a php script?

0 Answers  


What is difference Between PHP 5 and 7?

0 Answers  


Categories