Fix for Get $vars keys

  1. <?php
  2. $vars = get_defined_vars();
  3.  
  4. foreach ($vars as $key => $var) {
  5.         print $key;
  6. }
  7. ?>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.