Skip to content

Instantly share code, notes, and snippets.

@n5i
Created October 27, 2012 08:51
Show Gist options
  • Save n5i/3963608 to your computer and use it in GitHub Desktop.
Save n5i/3963608 to your computer and use it in GitHub Desktop.
PHP display all errors
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