Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DParserFactoryTest.php14 $this->assertInstanceOf(Php8::class, $factory->createForNewestSupportedVersion());
/PHP-Parser/lib/PhpParser/
H A DParserFactory.php31 public function createForNewestSupportedVersion(): Parser { function in PhpParser\\ParserFactory
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DParentConnectingVisitorTest.php12 $ast = (new ParserFactory())->createForNewestSupportedVersion()->parse(
H A DNodeConnectingVisitorTest.php14 $ast = (new ParserFactory())->createForNewestSupportedVersion()->parse(
/PHP-Parser/test/PhpParser/Node/Scalar/
H A DDNumberTest.php11 $parser = (new ParserFactory())->createForNewestSupportedVersion();
H A DNumberTest.php10 $parser = (new ParserFactory())->createForNewestSupportedVersion();
H A DStringTest.php10 $parser = (new ParserFactory())->createForNewestSupportedVersion();
/PHP-Parser/
H A DUPGRADE-5.0.md36 …* `createForNewestSupportedVersion()`: Use this if you don't know the PHP version of the code you'…
40 The `createForNewestSupportedVersion()` and `creatForHostVersion()` are available since PHP-Parser …
56 $parser = $factory->createForNewestSupportedVersion();
520 $parser = (new ParserFactory())->createForNewestSupportedVersion();
H A DREADME.md54 $parser = (new ParserFactory())->createForNewestSupportedVersion();
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown38 $parser = (new ParserFactory())->createForNewestSupportedVersion();
414 $parser = (new ParserFactory())->createForNewestSupportedVersion();

Completed in 12 milliseconds