Home
last modified time | relevance | path

Searched refs:getParser (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DParserTestAbstract.php12 abstract protected function getParser(Lexer $lexer); function in PhpParser\\ParserTestAbstract
17 $parser = $this->getParser(new Lexer());
24 $parser = $this->getParser(new Lexer());
31 $parser = $this->getParser(new Lexer());
49 $parser = $this->getParser($lexer);
114 $parser = $this->getParser($lexer);
122 $parser = $this->getParser(new Lexer\Emulative());
184 $parser = $this->getParser(new Lexer\Emulative());
194 $parser = $this->getParser($lexer);
/PHP-Parser/test/PhpParser/Parser/
H A DPhp7Test.php10 protected function getParser(Lexer $lexer) { function in PhpParser\\Parser\\Php7Test
H A DPhp8Test.php10 protected function getParser(Lexer $lexer) { function in PhpParser\\Parser\\Php8Test

Completed in 7 milliseconds