Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DPhpVersionTest.php30 $this->assertTrue($php81->equals($php81));
31 $this->assertFalse($php81->equals($php82));
/PHP-Parser/lib/PhpParser/
H A DPhpVersion.php69 public function equals(PhpVersion $other): bool { function in PhpParser\\PhpVersion
91 return $this->equals(self::getHostVersion());

Completed in 5 milliseconds