Searched refs:getKeywordString (Results 1 – 6 of 6) sorted by relevance
8 abstract public function getKeywordString(): string; function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator12 return strpos(strtolower($code), $this->getKeywordString()) !== false;26 $keywordString = $this->getKeywordString();
12 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\MatchTokenEmulator
12 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\PropertyTokenEmulator
15 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator
12 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\EnumTokenEmulator
12 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator
Completed in 8 milliseconds