PHP Error Constant E_ERROR

The PHP E_ERROR Constant is a fatal run time error and E_ERROR Constant has an Integer value 1. PHP engine halts the script execution when it arises and it logs the fatal error in error_log file. When a fatal error occurs, you may lose whatever data the program was currently processing and it mostly occurs in memory allocation (or) host file does not exist.