Searched defs:emulate (Results 1 – 7 of 7) sorted by relevance
17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
18 abstract public function emulate(string $code, array $tokens): array; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
26 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator
25 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
19 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator
Completed in 8 milliseconds