Skip to content

Instantly share code, notes, and snippets.

@gistfrojd
Last active March 24, 2016 08:09
Show Gist options
  • Save gistfrojd/44b35ee392150117052b to your computer and use it in GitHub Desktop.
Save gistfrojd/44b35ee392150117052b to your computer and use it in GitHub Desktop.
Show all php errors (this file has moved to https://github.com/Frojd/Manual)
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment