Home
last modified time | relevance | path

Searched refs:Emulative (Results 1 – 12 of 12) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DParserFactory.php18 $lexer = new Lexer\Emulative($version);
/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());
570 $parser = new PhpParser\Parser\Php8(new PhpParser\Lexer\Emulative());
/PHP-Parser/test/PhpParser/
H A DParserTestAbstract.php122 $parser = $this->getParser(new Lexer\Emulative());
184 $parser = $this->getParser(new Lexer\Emulative());
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php16 return new Emulative();
434 $lexer = new Emulative(PhpVersion::fromString($phpVersion));
/PHP-Parser/
H A DCONTRIBUTING.md19 * Add the new class to the array in `Lexer\Emulative`.
H A DUPGRADE-2.0.md18 $parser = new Parser(new Lexer\Emulative);
H A DUPGRADE-1.0.md25 $parser = new \PhpParser\Parser(new PhpParser\Lexer\Emulative);
H A Dphpstan-baseline.neon91 path: lib/PhpParser/Lexer/Emulative.php
H A DUPGRADE-5.0.md502 $lexer = new Lexer\Emulative([
H A DCHANGELOG.md131 * The `Lexer` no longer accepts options. `Lexer\Emulative` only accepts a `PhpVersion`. The
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php22 class Emulative extends Lexer { class
/PHP-Parser/doc/component/
H A DLexer.markdown30 Finally, `PhpParser\Lexer\Emulative` performs other, optional emulations. This lexer is parameteriz…

Completed in 19 milliseconds