Searched refs:getParser (Results 1 – 3 of 3) sorted by relevance
12 abstract protected function getParser(Lexer $lexer); function in PhpParser\\ParserTestAbstract17 $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);
10 protected function getParser(Lexer $lexer) { function in PhpParser\\Parser\\Php7Test
10 protected function getParser(Lexer $lexer) { function in PhpParser\\Parser\\Php8Test
Completed in 7 milliseconds