Last active
February 4, 2017 08:06
-
-
Save stoddsie/0bc983b3e9c76a33d77a3cf3ee97c36d to your computer and use it in GitHub Desktop.
PHP:Error Reporting
This file contains 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(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