Home
last modified time | relevance | path

Searched refs:isEqual (Results 1 – 1 of 1) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DDiffer.php16 private $isEqual; variable in PhpParser\\Internal\\Differ
23 public function __construct(callable $isEqual) { argument
24 $this->isEqual = $isEqual;
78 while ($x < $n && $y < $m && ($this->isEqual)($old[$x], $new[$y])) {

Completed in 6 milliseconds