I need this for debugging purposes and need to dump all variables. Is there a way to get all variables? and is there any way to trace all calls after script ends? without changing my code. Note that i can't use xdebug or anything installable because my script is runnign on a host.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Check out the get_defined_vars function within PHP.
|
|||
|
|
|
You can try using
|
|||
|
|