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 kind of things have you done on the social side?

0 Answers  


Is age nominal or ordinal?

0 Answers  


What is the alternative structure for control structures?

0 Answers  


How do you remove duplicates from an array?

0 Answers  


How long is csrf token?

0 Answers  


How can image properties be retrieved in php?

0 Answers  


What is session expiry?

0 Answers  


How can we check the value of a given variable is a number?

0 Answers  


Write a program to show the joining of two strings in php?

0 Answers  


Tell me what should we do to be able to export data into an excel file?

0 Answers  


How many ways to include array elements in double-quoted strings using php?

0 Answers  


What is meant by urlencode and urldocode?

2 Answers  


Categories