Skip to content

Instantly share code, notes, and snippets.

@bharathraj-e
Created January 9, 2020 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bharathraj-e/e4c47b19872750a489a943662334b5dd to your computer and use it in GitHub Desktop.
Save bharathraj-e/e4c47b19872750a489a943662334b5dd to your computer and use it in GitHub Desktop.
Turning on-off error reporting 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