What type of errors can be occurred in php?



What type of errors can be occurred in php?..

Answer / Somesh Gupta

PHP can produce three types of errors: Notices, Warnings, and Fatal Errors. Notices are non-critical issues that may occur during runtime but do not cause the script to stop executing. Warnings are more serious than notices, and they can be caused by using deprecated functions or syntax. Fatal Errors indicate critical problems that prevent the script from continuing to run.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How can we define a variable accessible in functions of a php script?

1 Answers  


What do you mean by having php as whitespace insensitive?

1 Answers  


what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?

4 Answers  


how to get server date and time?

10 Answers  


Are there regular expressions in php?

1 Answers  


How can we submit a form without using submit buttons?

1 Answers  


Explain soundex() and metaphone().

1 Answers  


Explain Constant in Class?

1 Answers  


Where are the persistent cookies stored on your computer?

1 Answers  


Which are the best start and end tags to use?

1 Answers  


I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?

1 Answers  


How to open a file for writing?

1 Answers  


Categories