Skip to content

Instantly share code, notes, and snippets.

@tulvit
Last active July 18, 2019 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tulvit/2d3213147ae23c19760f62a0ce46b695 to your computer and use it in GitHub Desktop.
Save tulvit/2d3213147ae23c19760f62a0ce46b695 to your computer and use it in GitHub Desktop.
PHP showing all errors
<?php
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment