Skip to content

Instantly share code, notes, and snippets.

@petronioamaral
Created May 15, 2024 22:21
Show Gist options
  • Save petronioamaral/cbfa7d9455208524ca54745beb86b80b to your computer and use it in GitHub Desktop.
Save petronioamaral/cbfa7d9455208524ca54745beb86b80b to your computer and use it in GitHub Desktop.
Show erros PHP
<?php
ini_set('display_errors',1);
ini_set('display_startup_erros',1);
error_reporting(E_ALL);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment