Advertisement

Text_Diff

General API for generating and formatting diffs – the differences between two sequences of strings.

Text_Diff_Renderer

A class to render Diffs in different formats.

Text_Diff_Engine_xdiff

Class used internally by Diff to actually compute the diffs.

Advertisement

Text_Diff_Engine_string

Parses unified or context diffs output from eg. the diff utility.

Text_Diff_Engine_shell

Class used internally by Diff to actually compute the diffs.

Advertisement

SplFixedArray

The SplFixedArray class provides the main functionalities of array. The main differences between a SplFixedArray and a normal PHP array is that the SplFixedArray is of fixed length and allows only integers within the range as indexes. The advantage is that it allows a faster array implementation.

Advertisement