Home
last modified time | relevance | path

Searched defs:isEmulationNeeded (Results 1 – 6 of 6) sorted by relevance

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

Completed in 19 milliseconds