Skip to content

Instantly share code, notes, and snippets.

@stefanorg
Created October 29, 2014 18:48
Show Gist options
  • Save stefanorg/719eec85ef6a7a7dbb2f to your computer and use it in GitHub Desktop.
Save stefanorg/719eec85ef6a7a7dbb2f to your computer and use it in GitHub Desktop.
php error reporting in php file
ini_set('display_errors',1);
error_reporting(E_ALL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment