Skip to content

Instantly share code, notes, and snippets.

@xremix
Created July 24, 2017 06:47
Show Gist options
  • Save xremix/98a4eccde354dc9cc4b277be7c13093e to your computer and use it in GitHub Desktop.
Save xremix/98a4eccde354dc9cc4b277be7c13093e to your computer and use it in GitHub Desktop.
PHP Errors
<?PHP
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment