Skip to content

Instantly share code, notes, and snippets.

@cozingo
Created December 28, 2022 19:37
Show Gist options
  • Save cozingo/6dea15cf3db54391b7abd80f1249ea7a to your computer and use it in GitHub Desktop.
Save cozingo/6dea15cf3db54391b7abd80f1249ea7a to your computer and use it in GitHub Desktop.
show all errors in php
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment