drifter Posted December 25, 2006 Share Posted December 25, 2006 is there a way to show all variables that are set at a given time? I have a lot of memory usage, and I just want to see what variables are used and that I can unset... some them my be buried in 3rd part classes or included conditionally, so just looking at the script may not tell me everything.ThanksScott Link to comment https://forums.phpfreaks.com/topic/31789-solved-show-all-variables/ Share on other sites More sharing options...
Barand Posted December 25, 2006 Share Posted December 25, 2006 http://www.php.net/get_defined_vars Link to comment https://forums.phpfreaks.com/topic/31789-solved-show-all-variables/#findComment-147422 Share on other sites More sharing options...
drifter Posted December 25, 2006 Author Share Posted December 25, 2006 thanks- I search the manual and did not find that - I looked for things like dump and such... Link to comment https://forums.phpfreaks.com/topic/31789-solved-show-all-variables/#findComment-147424 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.