Searched refs:Php8 (Results 1 – 5 of 5) sorted by relevance
9 use PhpParser\Parser\Php8; alias14 $this->assertInstanceOf(Php8::class, $factory->createForNewestSupportedVersion());
6 use PhpParser\Parser\Php8; alias21 return new Php8($lexer, $version);
11 return new Php8($lexer);
570 $parser = new PhpParser\Parser\Php8(new PhpParser\Lexer\Emulative());
19 class Php8 extends \PhpParser\ParserAbstract class
Completed in 13 milliseconds