Skip to content

Instantly share code, notes, and snippets.

@alex-cory
Created March 5, 2014 08:55
Show Gist options
  • Save alex-cory/9363632 to your computer and use it in GitHub Desktop.
Save alex-cory/9363632 to your computer and use it in GitHub Desktop.
Turns the error reporting on for php.
ini_set('display_errors', 'On');
error_reporting(E_ALL | E_STRICT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment