Skip to content

Instantly share code, notes, and snippets.

@glpunk
Created July 18, 2013 21:21
Show Gist options
  • Save glpunk/6033204 to your computer and use it in GitHub Desktop.
Save glpunk/6033204 to your computer and use it in GitHub Desktop.
PHP: error reporting
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