Skip to content

Instantly share code, notes, and snippets.

@bocharsky-bw
Created March 14, 2014 13:18
Show Gist options
  • Save bocharsky-bw/9547524 to your computer and use it in GitHub Desktop.
Save bocharsky-bw/9547524 to your computer and use it in GitHub Desktop.
Display errors in PHP
<?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