php $globals = array($_REQUEST, $_SESSION, $_SERVER, $_FILES); foreach($globals as $global){ foreach(array_keys($global) as $key){ unset(${$key}); }}