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 error
Correct Answer: Fatal run-time error
E_ERROR is a fatal run-time error, that can’t be recovered from and the execution of the script is stopped immediately.