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

what is constructor

0 Answers  


Is it possible to get the screen resolution and like with php?

1 Answers  


What is a composer in PHP?

0 Answers  


Shopping cart online validation i.e. how can we configure Paypal, etc.?

1 Answers   INDUS,


What is the difference between get and post in php?

0 Answers  






What is the meaning of a persistent cookie?

0 Answers  


How do I check if a given variable is empty?

0 Answers  


What are the string functions in php?

0 Answers  


What is $row in php?

0 Answers  


Is there any way to call a JAVASCRIPT function in PHP in AJAX

4 Answers  


How many types of session are there?

0 Answers  


what is the difference between ph4 and php5

2 Answers  


Categories