Searched refs:Diff (Results 1 – 25 of 38) sorted by relevance
12
3 Diff implementation for PHP, factored out of PHPUnit into a stand-alone component.20 use SebastianBergmann\Diff\Differ;37 use SebastianBergmann\Diff\Parser;56 [0] => SebastianBergmann\Diff\Diff Object58 [from:SebastianBergmann\Diff\Diff:private] => a/tests/MoneyTest.php59 [to:SebastianBergmann\Diff\Diff:private] => b/tests/MoneyTest.php60 [chunks:SebastianBergmann\Diff\Diff:private] => Array62 [0] => SebastianBergmann\Diff\Chunk Object64 [start:SebastianBergmann\Diff\Chunk:private] => 8765 [startRange:SebastianBergmann\Diff\Chunk:private] => 7[all …]
11 namespace SebastianBergmann\Diff;21 * @return Diff[]46 $diff = new Diff($fromMatch['file'], $toMatch['file']);68 * @param Diff $diff71 private function parseFileDiff(Diff $diff, array $lines)
11 namespace SebastianBergmann\Diff;13 class Diff class
11 namespace SebastianBergmann\Diff;13 use SebastianBergmann\Diff\LCS\LongestCommonSubsequence;14 use SebastianBergmann\Diff\LCS\TimeEfficientImplementation;15 use SebastianBergmann\Diff\LCS\MemoryEfficientImplementation;
11 namespace SebastianBergmann\Diff;
11 namespace SebastianBergmann\Diff;26 $diff = new Diff($from, $to);39 $diff = new Diff($from, $to, $chunks);48 $diff = new Diff('line1c', 'line2c');
11 namespace SebastianBergmann\Diff;13 use SebastianBergmann\Diff\LCS\MemoryEfficientImplementation;14 use SebastianBergmann\Diff\LCS\TimeEfficientImplementation;107 * @param Diff[] $expected
11 namespace SebastianBergmann\Diff;140 /** @var Diff $diff */
11 namespace SebastianBergmann\Diff\LCS;
21 SyntaxHighlighter.brushes.Diff = Brush;
37 SyntaxHighlighter.brushes.Diff = Brush;
13 use SebastianBergmann\Diff\Differ;
11 use SebastianBergmann\Diff\Differ;
177 $diff = new Diff(explode("\n", $old), explode("\n", $new));
80 $diff = new \Diff(explode("\n", $targetText), explode("\n", $sourceText));
371 Diff ("diff"):
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...