Skip to content

Instantly share code, notes, and snippets.

@redsoxfan2499
Created November 18, 2019 02:02
Show Gist options
  • Save redsoxfan2499/7c1ca085fda63746792ba83221fdeabe to your computer and use it in GitHub Desktop.
Save redsoxfan2499/7c1ca085fda63746792ba83221fdeabe 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