Class representing a 'diff' between two sequences of strings. @private
Hierarchy
- class Diff
Expanded class hierarchy of Diff
Related topics
File
- includes/
diff.inc, line 656 - A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Diff:: |
public | property | |
Diff:: |
function | Get the closing set of lines. | |
Diff:: |
function | Constructor. Computes diff between sequences of strings. | |
Diff:: |
function | Check for empty diff. | |
Diff:: |
function | Compute the length of the Longest Common Subsequence (LCS). | |
Diff:: |
function | Get the original set of lines. | |
Diff:: |
function | Compute reversed Diff. |