tags:

views:

125

answers:

1

Title kinda asks it all. I'm not referring to $_REQUEST, $_SERVER and all the pre-defined. I just want to know if on line 400 of my program I can somehow see all the variables that have been created up to that point.

Duplicate of:

+9  A: 

get_defined_vars()

Jaka Jančar