Skip to content

Instantly share code, notes, and snippets.

@rncrtr
Last active December 16, 2015 17:10
Show Gist options
  • Save rncrtr/5468825 to your computer and use it in GitHub Desktop.
Save rncrtr/5468825 to your computer and use it in GitHub Desktop.
#php #error #reporting
<?php
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