Created
October 4, 2019 20:20
-
-
Save cyancey76/b6c587b7fe962d7d5efbe3bbf12718b2 to your computer and use it in GitHub Desktop.
[PHP Turn Off Error Reporting] #php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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