Skip to content

Instantly share code, notes, and snippets.

@imposibrus
Created September 4, 2014 07:53
Show Gist options
  • Save imposibrus/2b5268ff837047a29b84 to your computer and use it in GitHub Desktop.
Save imposibrus/2b5268ff837047a29b84 to your computer and use it in GitHub Desktop.
display all php errors
<?php
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment