Skip to content

Instantly share code, notes, and snippets.

@dagostoni
Created July 28, 2015 09:23
Show Gist options
  • Save dagostoni/04752e65e90874a40411 to your computer and use it in GitHub Desktop.
Save dagostoni/04752e65e90874a40411 to your computer and use it in GitHub Desktop.
Error reporting
<?php
// Report all PHP errors
error_reporting(-1);
// Same as error_reporting(E_ALL);
ini_set('error_reporting', E_ALL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment