Skip to content

Instantly share code, notes, and snippets.

@habibun
Last active November 25, 2015 16:12
Show Gist options
  • Save habibun/c497a8a61eeda846dbfe to your computer and use it in GitHub Desktop.
Save habibun/c497a8a61eeda846dbfe to your computer and use it in GitHub Desktop.
php error reporting on manually in php script
error_reporting(-1);
ini_set('display_errors', 'On');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment