Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php31 private PhpVersion $hostPhpVersion; variable in PhpParser\\Lexer\\Emulative
38 $this->hostPhpVersion = PhpVersion::getHostVersion();
104 return $this->hostPhpVersion->older($emulatorPhpVersion)
109 return $this->hostPhpVersion->newerOrEqual($emulatorPhpVersion)

Completed in 4 milliseconds