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 can I find the colour of a pixel of an image?

2 Answers   Rushmore Consultancy,


What is default session time and path in PHP. How to change it?

0 Answers  


which institute provide better PHP trainning in delhi? please tell me how much salary can freshers get ? thanku

5 Answers  


Which is the best institute in Chennai to learn PHP? Please help.

0 Answers   BPO,


Can we override magic methods in php?

0 Answers  






What is the actually used php version?

0 Answers  


what is mean php ? is it designingtool or language? how ill create website using by php?

1 Answers  


What is strstr php?

0 Answers  


What is magic quotes?

0 Answers  


why we use @symbol before the variable

5 Answers   HCL, Numark,


hi! i am tushar. i am trying to insert digital signature in a pdf file using PHP. i create a digital signature jpg image using imagecreatefromjpeg() function, but whenever i trying to insert it into my pdf file it shown this error. "FPDF error: Not a JPEG file: signature.jpg". could some one help me? how can i insert a digital signature in a pdf file using PHP?

1 Answers  


List out different arguments in PHP header function?

4 Answers  


Categories