Lines Matching refs:Diff

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 Object
58 [from:SebastianBergmann\Diff\Diff:private] => a/tests/MoneyTest.php
59 [to:SebastianBergmann\Diff\Diff:private] => b/tests/MoneyTest.php
60 [chunks:SebastianBergmann\Diff\Diff:private] => Array
62 [0] => SebastianBergmann\Diff\Chunk Object
64 [start:SebastianBergmann\Diff\Chunk:private] => 87
65 [startRange:SebastianBergmann\Diff\Chunk:private] => 7
66 [end:SebastianBergmann\Diff\Chunk:private] => 87
67 [endRange:SebastianBergmann\Diff\Chunk:private] => 7
68 [lines:SebastianBergmann\Diff\Chunk:private] => Array
70 [0] => SebastianBergmann\Diff\Line Object
72 [type:SebastianBergmann\Diff\Line:private] => 3
73 … [content:SebastianBergmann\Diff\Line:private] => * @covers SebastianBergmann\Money\Money::add
76 [1] => SebastianBergmann\Diff\Line Object
78 [type:SebastianBergmann\Diff\Line:private] => 3
79 …[content:SebastianBergmann\Diff\Line:private] => * @covers SebastianBergmann\Money\Money::new…
82 [2] => SebastianBergmann\Diff\Line Object
84 [type:SebastianBergmann\Diff\Line:private] => 3
85 … [content:SebastianBergmann\Diff\Line:private] => */
88 [3] => SebastianBergmann\Diff\Line Object
90 [type:SebastianBergmann\Diff\Line:private] => 2
91 …[content:SebastianBergmann\Diff\Line:private] => public function testAnotherMoneyWithSameCurre…
94 [4] => SebastianBergmann\Diff\Line Object
96 [type:SebastianBergmann\Diff\Line:private] => 1
97 …[content:SebastianBergmann\Diff\Line:private] => public function testAnotherMoneyObjectWithSam…
100 [5] => SebastianBergmann\Diff\Line Object
102 [type:SebastianBergmann\Diff\Line:private] => 3
103 … [content:SebastianBergmann\Diff\Line:private] => {
106 [6] => SebastianBergmann\Diff\Line Object
108 [type:SebastianBergmann\Diff\Line:private] => 3
109 … [content:SebastianBergmann\Diff\Line:private] => $a = new Money(1, new Currency('EUR'));
112 [7] => SebastianBergmann\Diff\Line Object
114 [type:SebastianBergmann\Diff\Line:private] => 3
115 … [content:SebastianBergmann\Diff\Line:private] => $b = new Money(2, new Currency('EUR'));