Home
last modified time | relevance | path

Searched defs:emulate (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DNullsafeTokenEmulator.php17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
H A DExplicitOctalEmulator.php17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
H A DAttributeEmulator.php17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
H A DTokenEmulator.php18 abstract public function emulate(string $code, array $tokens): array; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
H A DReverseEmulator.php26 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator
H A DKeywordEmulator.php25 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
H A DAsymmetricVisibilityTokenEmulator.php19 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator

Completed in 6 milliseconds