Skip to content

Instantly share code, notes, and snippets.

@EfremovMS
Last active August 10, 2018 16:18
Show Gist options
  • Save EfremovMS/b14160e04518d0c014b6908a443fef39 to your computer and use it in GitHub Desktop.
Save EfremovMS/b14160e04518d0c014b6908a443fef39 to your computer and use it in GitHub Desktop.
php error
<?php
ini_set('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