Skip to content

Instantly share code, notes, and snippets.

@tbonemalone
Created March 26, 2012 18:14
Show Gist options
  • Select an option

  • Save tbonemalone/2208322 to your computer and use it in GitHub Desktop.

Select an option

Save tbonemalone/2208322 to your computer and use it in GitHub Desktop.
php: turn on error reporting
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment