Skip to content

Instantly share code, notes, and snippets.

@sourovroy
Last active January 24, 2018 10:00
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 sourovroy/f40651bda9618fff127c02e0c238b855 to your computer and use it in GitHub Desktop.
Save sourovroy/f40651bda9618fff127c02e0c238b855 to your computer and use it in GitHub Desktop.
Display PHP error. Enable debuging
<?php
// Show all php errors
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
// END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment