Enabling/Disabling the Error reporting features in "Index.php" The different PHP errors can be
"Enabled and Disabled" in index page using the "error_reporting() function sets"
Here is the different levels of error_reporting.
Passing in the value -1 will show every possible error even when new levels and constants are added in future PHP versions.