Skip to content

Instantly share code, notes, and snippets.

@arodu
Created August 9, 2016 15:21
Show Gist options
  • Save arodu/30dfb2848f19e94d85d606146c77defd to your computer and use it in GitHub Desktop.
Save arodu/30dfb2848f19e94d85d606146c77defd to your computer and use it in GitHub Desktop.
Mostrar errores de PHP en tiempo de ejecución
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL);
// Code...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment