Skip to content

Instantly share code, notes, and snippets.

@Immortal-
Created September 8, 2013 21:05
Show Gist options
  • Save Immortal-/6488401 to your computer and use it in GitHub Desktop.
Save Immortal-/6488401 to your computer and use it in GitHub Desktop.
error reporting for your personscript.
<?php
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment