Skip to content

Instantly share code, notes, and snippets.

@theblanchard
Created August 5, 2016 19:40
Show Gist options
  • Save theblanchard/2c387083efed61bf9500a98ee501de8a to your computer and use it in GitHub Desktop.
Save theblanchard/2c387083efed61bf9500a98ee501de8a to your computer and use it in GitHub Desktop.
Show display errors in PHP pages
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