Explain different types of errors in PHP (i.e. arguments in
errorreporting function)?

Answer Posted / devendrarjadav

Different type of errors are as following:

1. E_ERROR : Fatal run-time errors.

2. E_WARNING : Run-time warning.

3. E_PARSE : Compile time parse error.

4. E_NOTICE : Run time notice.

5. E_CORE_ERROR : errors that occur during PHP's initial
startup.

6. E_CORE_WARNING : Warnings (non-fatal errors) that occur
during PHP's initial startup.

7. E_COMPILE_ERROR : Fatal compile-time errors.

8.E_USER_ERROR : User-generated error message.

9.E_USER_WARNING : User-generated warning message.

10. E_USER_NOTICE : User-generated notice message.

11.E_STRICT : Run-time notices. Enable to have PHP suggest
changes to your code which will ensure the best
interoperability and forward compatibility of your code.

12.E_RECOVERABLE_ERROR :Catchable fatal error. It indicates
that a probably dangerous error occured, but did not leave
the Engine in an unstable state.

13.E_ALL : All errors and warnings, as supported, except of
level E_STRICT in PHP < 6.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between php and java?

526


Which is incorrect with respect to separating php code and html?

539


When is a conditional statement ended with an endif?

524


What is advanced php programming?

545


What are the characteristics of php?

565






What is php sequence?

531


How to get elements in reverse order of an array in php?

571


How to do single and multi line comment in php?

560


What is __ construct in php?

543


How to create a text file in PHP?

619


Which is the latest version of php?

545


What are the 3 types of sessions?

545


What is die in php?

561


What is the w3c?

8551


What are the advantages of triggers?

530