Skip to content

Instantly share code, notes, and snippets.

@ajdumanhug
Created June 15, 2017 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajdumanhug/adb17641916a1730d34d6b81cc2d9ccf to your computer and use it in GitHub Desktop.
Save ajdumanhug/adb17641916a1730d34d6b81cc2d9ccf to your computer and use it in GitHub Desktop.
Eliminate PHP Error Reporting
error_reporting(0);
@ini_set(‘display_errors’, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment