Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DLexerTest.php9 protected function getLexer() { function in PhpParser\\LexerTest
22 $lexer = $this->getLexer();
51 $lexer = $this->getLexer();
59 $lexer = $this->getLexer();
116 $lexer = $this->getLexer();
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php15 protected function getLexer() { function in PhpParser\\Lexer\\EmulativeTest
23 $lexer = $this->getLexer();
36 $lexer = $this->getLexer();
50 $lexer = $this->getLexer();
65 $lexer = $this->getLexer();
81 $lexer = $this->getLexer();
136 $lexer = $this->getLexer();
146 $lexer = $this->getLexer();
161 $lexer = $this->getLexer();
/PHP-Parser/
H A DCHANGELOG.md118 * The `Parser::getLexer()` method has been replaced by `Parser::getTokens()`.
231 * Added `Parser::getLexer()` method.

Completed in 14 milliseconds