Home
last modified time | relevance | path

Searched refs:isEmulationNeeded (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DReverseEmulator.php22 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator
23 return $this->emulator->isEmulationNeeded($code);
H A DTokenEmulator.php12 abstract public function isEmulationNeeded(string $code): bool; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
H A DAttributeEmulator.php13 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
H A DExplicitOctalEmulator.php13 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
H A DKeywordEmulator.php11 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
H A DNullsafeTokenEmulator.php13 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
H A DAsymmetricVisibilityTokenEmulator.php12 public function isEmulationNeeded(string $code): bool { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php66 return $emulator->isEmulationNeeded($code);

Completed in 34 milliseconds