Skip to content

Instantly share code, notes, and snippets.

@mort3za
Created April 14, 2016 12:28
Show Gist options
  • Save mort3za/e97fd277582876073cbfc9ecc7f0ca16 to your computer and use it in GitHub Desktop.
Save mort3za/e97fd277582876073cbfc9ecc7f0ca16 to your computer and use it in GitHub Desktop.
Enable php errors
<?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