Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserFactory.php5 use PhpParser\Parser\Php7; alias
23 return new Php7($lexer, $version);
/PHP-Parser/test/PhpParser/Parser/
H A DPhp7Test.php11 return new Php7($lexer);
/PHP-Parser/test/PhpParser/
H A DParserFactoryTest.php8 use PhpParser\Parser\Php7; alias
H A DJsonDecoderTest.php16 $parser = new Parser\Php7(new Lexer());
H A DConstExprEvaluatorTest.php11 $parser = new Parser\Php7(new Lexer());
H A DNodeAbstractTest.php554 $parser = new Parser\Php7(new Lexer());
/PHP-Parser/tools/fuzzing/
H A Dtarget.php10 if (class_exists(PhpParser\Parser\Php7::class)) {
25 $parser = new PhpParser\Parser\Php7($lexer);
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DNameResolverTest.php484 $parser = new PhpParser\Parser\Php7(new PhpParser\Lexer\Emulative());
513 $parser = new PhpParser\Parser\Php7(new PhpParser\Lexer\Emulative());
/PHP-Parser/
H A DUPGRADE-2.0.md50 `PhpParser\Parser` is now an interface, which is implemented by `Parser\Php5`, `Parser\Php7` and
H A DUPGRADE-3.0.md89 $parser7 = new Parser\Php7($lexer);
H A DUPGRADE-5.0.md510 $parser = new Parser\Php7($lexer);
H A DCHANGELOG.md1205 * `PhpParser\Parser` is now an interface, implemented by `Parser\Php5`, `Parser\Php7` and
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php8 use PhpParser\Parser\Php7; alias
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php19 class Php7 extends \PhpParser\ParserAbstract class

Completed in 39 milliseconds