Skip to content

Instantly share code, notes, and snippets.

@cam-gists
Created June 6, 2012 17:31
Show Gist options
  • Save cam-gists/2883456 to your computer and use it in GitHub Desktop.
Save cam-gists/2883456 to your computer and use it in GitHub Desktop.
PHP: Debug
//*----------------------------------DEBUG ----------------------------------------*/
error_reporting(E_ALL);
ini_set("display_errors", 1);
//*----------------------------------DEBUG ----------------------------------------*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment