Skip to content

Instantly share code, notes, and snippets.

@sambfreund
Created July 13, 2016 19:58
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 sambfreund/b9c28162177102474d88f33a08d6811b to your computer and use it in GitHub Desktop.
Save sambfreund/b9c28162177102474d88f33a08d6811b to your computer and use it in GitHub Desktop.
Display global information - small snippit
echo "<pre>";
print_r($GLOBALS);
echo "</pre>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment