Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserFactory.php32 return $this->createForVersion(PhpVersion::getNewestSupported());
H A DPhpVersion.php45 public static function getNewestSupported(): self { function in PhpParser\\PhpVersion
H A DParserAbstract.php156 $this->phpVersion = $phpVersion ?? PhpVersion::getNewestSupported();
/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php24 ? PhpVersion::getNewestSupported() : PhpVersion::fromString($version);
/PHP-Parser/bin/
H A Dphp-parse144 'version' => PhpParser\PhpVersion::getNewestSupported(),
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php39 $this->targetPhpVersion = $phpVersion ?? PhpVersion::getNewestSupported();
/PHP-Parser/
H A DCHANGELOG.md28 * Update `PhpVersion::getNewestSupported()` to report PHP 8.3 instead of PHP 8.2.

Completed in 32 milliseconds