1.

What is the description of Error level E_ERROR?(a) Fatal run-time error(b) Near-fatal error(c) Compile-time error(d) Fatal Compile-time errorThis question was addressed to me by my school teacher while I was bunking the class.This is a very interesting question from Error Handling topic in portion Error Handling and Exception Handling in PHP of PHP

Answer»

The CORRECT answer is (a) Fatal run-time ERROR

The explanation: E_ERROR is a fatal run-time error, that can’t be recovered from and the execution of the SCRIPT is stopped IMMEDIATELY.



Discussion

No Comment Found

Related InterviewSolutions