Skip to content

Instantly share code, notes, and snippets.

@damien-list
Created August 28, 2012 13:22
Show Gist options
  • Save damien-list/3497915 to your computer and use it in GitHub Desktop.
Save damien-list/3497915 to your computer and use it in GitHub Desktop.
Display Errors in a PHP script
<?php
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