Skip to content

Instantly share code, notes, and snippets.

@psdtohtml5
Created March 11, 2013 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psdtohtml5/5137793 to your computer and use it in GitHub Desktop.
Save psdtohtml5/5137793 to your computer and use it in GitHub Desktop.
PHP : Enable Error Reporting
error_reporting(E_ALL);
ini_set('display_errors', 'On');
ini_set('html_errors', 'On');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment