What are the different types of Errors in PHP?

Answer Posted / sriman

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 ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many columns can be added in a table in mysql?

504


What is php addslashes?

551


Which function you can use in php to open a file for reading or writing or for both?

561


Explain what is the function file_get_contents() usefull for?

513


What is mvc? Why its been used?

518






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

616


Which php framework is fastest?

514


Is php used in 2019?

542


How do I find environment variables?

519


How to retrieve the original query string?

573


What is php ci?

556


Explain mixed and callback functions?

619


How to add comments in php?

610


am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.

1559


How is the comparison of objects done in php?

525