Skip to content

Instantly share code, notes, and snippets.

@jeavila
Created April 18, 2017 06:58
Show Gist options
  • Save jeavila/d83de243e82caaf10931bfb710dca199 to your computer and use it in GitHub Desktop.
Save jeavila/d83de243e82caaf10931bfb710dca199 to your computer and use it in GitHub Desktop.
<?php
// Establecer que se desean observar errores
ini_set('display_errors', 1);
// Que tipo de información se mostrará
error_reporting(E_ALL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment