How do I see **all** the currently defined variables in PHP?
- by Itay Moav
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?