Class representing a 'diff' between two sequences of strings.

Hierarchy

Expanded class hierarchy of Diff

File

core/includes/diff.inc, line 634
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)

Members

Contains filters are case sensitive
Name Modifierssort ascending Type Description
Diff::$edits public property
Diff::__construct function Constructor. Computes diff between sequences of strings.
Diff::reverse function Compute reversed Diff.
Diff::isEmpty function Check for empty diff.
Diff::lcs function Compute the length of the Longest Common Subsequence (LCS).
Diff::orig function Get the original set of lines.
Diff::closing function Get the closing set of lines.