Attempting to hunt down a memory leak using the following code: ```phpw meminfo_dump(fopen('before.json', 'w')); echo gc_collect_cycles(); meminfo_dump(fopen('after.json', 'w')); ``` Now I can't easily compare those two files. A diff command would be a great addition to see what has changed.