Is there a functional String Difference Highlighting class/function out there for PHP?
This has been asked before http://stackoverflow.com/questions/321294/highlight-the-difference-between-two-strings-in-php but the answers given suggest PEAR's Text_Diff.
I tried using Text_Diff and found it was giving me a bunch of STRICT NOTICES and the examples given returned empty strings.
Errors like:
array_walk() expects parameter 2 to be a valid callback, non-static method Text_Diff::trimNewlines() should not be called statically