Skip to content

Instantly share code, notes, and snippets.

@rantastic
Created May 9, 2013 14:38
Show Gist options
  • Save rantastic/5547852 to your computer and use it in GitHub Desktop.
Save rantastic/5547852 to your computer and use it in GitHub Desktop.
PHP: Error reporting
/////////////ERROR REPORTING
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);
/////////////ERROR REPORTING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment