Searched refs:isEmulationNeeded (Results 1 – 8 of 8) sorted by relevance
22 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator23 return $this->emulator->isEmulationNeeded($code);
12 abstract public function isEmulationNeeded(string $code): bool; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
13 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
13 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
11 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
13 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
12 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator
66 return $emulator->isEmulationNeeded($code);
Completed in 9 milliseconds