Skip to content

Instantly share code, notes, and snippets.

@cyancey76
Created October 4, 2019 20:20
Show Gist options
  • Save cyancey76/b6c587b7fe962d7d5efbe3bbf12718b2 to your computer and use it in GitHub Desktop.
Save cyancey76/b6c587b7fe962d7d5efbe3bbf12718b2 to your computer and use it in GitHub Desktop.
[PHP Turn Off Error Reporting] #php
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