Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Last active April 22, 2018 17:49
Show Gist options
  • Save MrJSdev/6418494dbed56bc6c67aa1499761fa16 to your computer and use it in GitHub Desktop.
Save MrJSdev/6418494dbed56bc6c67aa1499761fa16 to your computer and use it in GitHub Desktop.
This is the code for the guide to display PHP errors: http://extracatchy.net/display-php-errors-warnings/
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment