$GLOBALs, not showing in Variables list while debugging
Posted August 10th, 2008 by wyattbiker
Am I missing something? I see my variables but I don't see the $GLOBALS. The only way I see the $GLOBALS in the variables list is if I actually assign the $GLOBALS to another variable. Then it appears!
E.g.
$FORCEGLOBAL=$GLOBALS;

