Error Reporting Configuration
Error reporting determines which errors PHP should display.
Example
Section titled “Example”error_reporting(E_ALL);ini_set("display_errors", 1);Error reporting determines which errors PHP should display.
error_reporting(E_ALL);ini_set("display_errors", 1);