Skip to content

Instantly share code, notes, and snippets.

@americkson
Created October 4, 2012 16:05
Show Gist options
  • Select an option

  • Save americkson/3834626 to your computer and use it in GitHub Desktop.

Select an option

Save americkson/3834626 to your computer and use it in GitHub Desktop.
PHP Error Reporting/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