Compute reversed Diff.
SYNOPSIS:
$diff = new Diff($lines1, $lines2); $rev = $diff->reverse();
- Returns:
- object A Diff object representing the inverse of the original diff.
Definition at line 563 of file difference_engine.inc.php.
Referenced by _check().
Here is the caller graph for this function: