Searched refs:reverseEmulate (Results 1 – 8 of 8) sorted by relevance
27 return $this->emulator->reverseEmulate($code, $tokens);30 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator
27 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator
24 abstract public function reverseEmulate(string $code, array $tokens): array; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
34 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
41 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
50 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
56 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
44 public function reverseEmulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator
Completed in 8 milliseconds