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

when will be syndicate bank written exam ? i need the date of exam

0 Answers  


What type of comments are supported by PHP.

0 Answers  


What is associative array in php?

0 Answers  


How do you get the Browser information?

3 Answers   Life Infotech,


What are default session time and path?

0 Answers  






How to redirect a page in php?

0 Answers  


Why is php used?

0 Answers  


What are the special characters you need to escape in single-quoted stings?

0 Answers  


How we can convert dynamic url into static url? plz provide code.

2 Answers   Xento,


What is the use of ajax in php?

0 Answers  


What are the correct and the most two common way to start and finish a PHP block of code?

0 Answers  


Is it more secure to use cookies to transfer session ids?

0 Answers  


Categories