Home
last modified time | relevance | path

Searched defs:parser (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/
H A DupdateTests.php23 $parser = $codeParsingTest->createParser($modes['version'] ?? null); variable
/PHP-Parser/bin/
H A Dphp-parse29 $parser = (new PhpParser\ParserFactory())->createForVersion($attributes['version']); variable
/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php29 public function getParseOutput(Parser $parser, $code, array $modes) {
/PHP-Parser/tools/fuzzing/
H A Dtarget.php25 $parser = new PhpParser\Parser\Php7($lexer); variable
/PHP-Parser/test_old/
H A Drun.php142 $parser = (new PhpParser\ParserFactory())->createForVersion(PhpParser\PhpVersion::fromString($phpVe… variable

Completed in 11 milliseconds