Skip to content

Instantly share code, notes, and snippets.

@Liam-Nothing
Created December 23, 2022 19:42
Show Gist options
  • Save Liam-Nothing/eb437e55ae764521dab274cae647b0c2 to your computer and use it in GitHub Desktop.
Save Liam-Nothing/eb437e55ae764521dab274cae647b0c2 to your computer and use it in GitHub Desktop.
Enable error message in 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