Searched refs:isEqual (Results 1 – 1 of 1) sorted by relevance
16 private $isEqual; variable in PhpParser\\Internal\\Differ23 public function __construct(callable $isEqual) { argument24 $this->isEqual = $isEqual;78 while ($x < $n && $y < $m && ($this->isEqual)($old[$x], $new[$y])) {
Completed in 2 milliseconds