wmde / Diff

䷂ Library for diffing, patching and representing differences between objects
BSD 3-Clause "New" or "Revised" License
200 stars 15 forks source link

Does this library support diffing recursively? #93

Closed JanisE closed 6 years ago

JanisE commented 6 years ago

Are multi-dimension arrays supported? E.g., PHP's array_diff would return "Array to string conversion" error if any of the compared arrays contain a (sub-)array.

mariushoch commented 6 years ago

From the README:

Implementations provided by Diff: …

JanisE commented 6 years ago

Thank you! Somehow missed it.