Home
last modified time | relevance | path

Searched refs:diffToArray (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php55 $diff = $this->diffToArray($from, $to, $lcs);
204 public function diffToArray($from, $to, LongestCommonSubsequence $lcs = null) function in SebastianBergmann\\Diff\\Differ
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php51 …$this->assertEquals($expected, $this->differ->diffToArray($from, $to, new TimeEfficientImplementat…
73 …$this->assertEquals($expected, $this->differ->diffToArray($from, $to, new MemoryEfficientImplement…
400 $differ->diffToArray(null, '');
413 $differ->diffToArray('', new \stdClass);