Skip to content

Instantly share code, notes, and snippets.

@stoddsie
Last active February 4, 2017 08:06
Show Gist options
  • Save stoddsie/0bc983b3e9c76a33d77a3cf3ee97c36d to your computer and use it in GitHub Desktop.
Save stoddsie/0bc983b3e9c76a33d77a3cf3ee97c36d to your computer and use it in GitHub Desktop.
PHP:Error Reporting
error_reporting(E_ERROR);
ini_set('display_errors', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment