Searched refs:emulate (Results 1 – 10 of 10) sorted by relevance
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/ |
H A D | ReverseEmulator.php | 26 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator 31 return $this->emulator->emulate($code, $tokens);
|
H A D | TokenEmulator.php | 18 abstract public function emulate(string $code, array $tokens): array; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
|
H A D | AttributeEmulator.php | 17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
|
H A D | ExplicitOctalEmulator.php | 17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
|
H A D | KeywordEmulator.php | 25 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
|
H A D | NullsafeTokenEmulator.php | 17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
|
H A D | AsymmetricVisibilityTokenEmulator.php | 19 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator
|
/PHP-Parser/lib/PhpParser/Lexer/ |
H A D | Emulative.php | 97 $tokens = $emulator->emulate($code, $tokens);
|
/PHP-Parser/doc/component/ |
H A D | Lexer.markdown | 31 and will try to emulate `ext/tokenizer` output for that version. This is done using separate `Token…
|
/PHP-Parser/ |
H A D | CHANGELOG.md | 483 emulate (defaults to the latest available, currently PHP 8.0). This is useful to parse code that
|
Completed in 23 milliseconds