Skip to content

Instantly share code, notes, and snippets.

@w1cerg
Last active August 16, 2017 07:46
Show Gist options
  • Save w1cerg/467957902883e10e0b47 to your computer and use it in GitHub Desktop.
Save w1cerg/467957902883e10e0b47 to your computer and use it in GitHub Desktop.
Display all errors
<?php
header('Content-Type: text/html; charset=utf-8');
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