Looking for easy way to analyze var_dump (PHP) on large objects

Posted by sdek on Stack Overflow See other posts from Stack Overflow or by sdek
Published on 2010-03-19T16:00:45Z Indexed on 2010/03/19 16:11 UTC
Read the original article Hit count: 257

Filed under:
|
|

I know (PHP's) var_dump is supposed to be "human readable" and all, but analyzing large objects is just a pain in the neck. I am struggling to make sense of a few of the large objects that are being passed around in a script that we are running. (I know that using xdebug with and IDE is a good idea, but I have not been able to get xdebug to run on this project for some reason - several days lost, ugh).

Any ideas on how I can easily digest the contents of a really big var_dump? Any ideas are welcome... Although I am hoping that there is something similar to Thomas Frank's JSON tool (where you just put some code in and it gives a nice graphical representation).

© Stack Overflow or respective owner

Related posts about php

Related posts about var-dump