Skip to content

Instantly share code, notes, and snippets.

@Diego81
Created May 4, 2018 11:17
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 Diego81/ce4101f8a60230fc2f47a00e719268cb to your computer and use it in GitHub Desktop.
Save Diego81/ce4101f8a60230fc2f47a00e719268cb to your computer and use it in GitHub Desktop.
enable errors in 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