Skip to content

Instantly share code, notes, and snippets.

@mynameispj
Created September 27, 2012 14:13
Show Gist options
  • Save mynameispj/3794232 to your computer and use it in GitHub Desktop.
Save mynameispj/3794232 to your computer and use it in GitHub Desktop.
PHP Error Reporting
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment