Skip to content

Instantly share code, notes, and snippets.

@cointilt
Created November 1, 2011 20:56
Show Gist options
  • Save cointilt/1331877 to your computer and use it in GitHub Desktop.
Save cointilt/1331877 to your computer and use it in GitHub Desktop.
PHP Show all errors
<?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