Searched refs:Php7 (Results 1 – 14 of 14) sorted by relevance
5 use PhpParser\Parser\Php7; alias23 return new Php7($lexer, $version);
11 return new Php7($lexer);
8 use PhpParser\Parser\Php7; alias
16 $parser = new Parser\Php7(new Lexer());
11 $parser = new Parser\Php7(new Lexer());
554 $parser = new Parser\Php7(new Lexer());
10 if (class_exists(PhpParser\Parser\Php7::class)) {25 $parser = new PhpParser\Parser\Php7($lexer);
484 $parser = new PhpParser\Parser\Php7(new PhpParser\Lexer\Emulative());513 $parser = new PhpParser\Parser\Php7(new PhpParser\Lexer\Emulative());
50 `PhpParser\Parser` is now an interface, which is implemented by `Parser\Php5`, `Parser\Php7` and
89 $parser7 = new Parser\Php7($lexer);
510 $parser = new Parser\Php7($lexer);
1228 * `PhpParser\Parser` is now an interface, implemented by `Parser\Php5`, `Parser\Php7` and
19 class Php7 extends \PhpParser\ParserAbstract class
Completed in 44 milliseconds