The main error reporting flags include * 1 point error_reporting display_errors log_errors All the above code example
Example: php reporting error all
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);