Is there a function in PHP and / or an object and / or extension that will allow you to view all the variables defined in the current scope? Something like:
var_export($GLOBALS)
but only displaying variables in the current symbol table.
scope debugging php
Alan Storm Apr 04 '09 at 21:30 2009-04-04 21:30
source share