Skip to content

Instantly share code, notes, and snippets.

@grafikchaos
Created June 30, 2011 21:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grafikchaos/1057268 to your computer and use it in GitHub Desktop.
Save grafikchaos/1057268 to your computer and use it in GitHub Desktop.
PHP Error Reporting for local development and debugging
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment