Skip to content

Instantly share code, notes, and snippets.

@lfbittencourt
Created October 25, 2016 12:38
Show Gist options
  • Save lfbittencourt/1d042c5cd12077fcc710b53760739390 to your computer and use it in GitHub Desktop.
Save lfbittencourt/1d042c5cd12077fcc710b53760739390 to your computer and use it in GitHub Desktop.
Display every single error in PHP
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment