recursive array_diff()?

someone11

New Member
I'm looking for some tool to give me a recursive diff of two arrays. What I envision is a web page with two color-coded tree-structures. On each tree, green are parts of the array which match in both arrays, and red is for parts of each that don't match the other. Something like the output of dBugI have some code that gives me a nested array to populate a report. I'm developing a new method that should be faster, but I need to test the values and also the structure, to make sure it gives output identical to the old method. Is there something out there that I can use? Or do I need to write this? Or is there another way to accomplish my goals?
 
Back
Top