How do I see **all** the currently defined variables in PHP?
Posted
by Itay Moav
on Stack Overflow
See other posts from Stack Overflow
or by Itay Moav
Published on 2010-05-12T20:36:54Z
Indexed on
2010/05/13
13:04 UTC
Read the original article
Hit count: 127
I need a way to see all the defined variables of the current PHP instance.
By currently defined I mean all the globals, all the local to THIS scope and all the locals to other scopes.
Is there something built in?
© Stack Overflow or respective owner