Skip to content

Instantly share code, notes, and snippets.

@ahsankhatri
Last active August 1, 2016 07:49
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 ahsankhatri/1dfdbc1e25dd839e5ff6 to your computer and use it in GitHub Desktop.
Save ahsankhatri/1dfdbc1e25dd839e5ff6 to your computer and use it in GitHub Desktop.
List all declared/defined variables with-in scope.
<?php
print_r( array_diff_key( get_defined_vars(), array_flip(array('_GET','_SERVER','_POST','_COOKIE','_FILES'))) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment