PHP Error Constant E_NOTICE

The PHP E_NOTICE Constant is a non-fatal run time notice and E_NOTICE Constant has an Integer value 8. PHP engine doesn't halt the script execution when it arises and it logs the notice in error_log file. When an E_NOTICE occurs, you may not lose whatever data the program was currently processing and it mostly occurs in undefined usage of server variables, local variables, instance variables, static variables, constants or an undefined index of an array.