Skip to content

Instantly share code, notes, and snippets.

@kishorek
Created April 11, 2011 02:06
Show Gist options
  • Save kishorek/912970 to your computer and use it in GitHub Desktop.
Save kishorek/912970 to your computer and use it in GitHub Desktop.
Show all errors warnings in 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