Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created June 12, 2013 19:50
Show Gist options
  • Save greyaperez/5768500 to your computer and use it in GitHub Desktop.
Save greyaperez/5768500 to your computer and use it in GitHub Desktop.
Show Errors / Error Reporting
/* SHOW ERRORS */
error_reporting(E_ALL);
ini_set('display_errors', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment