Home
last modified time | relevance | path

Searched refs:emulate (Results 1 – 10 of 10) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DReverseEmulator.php26 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator
31 return $this->emulator->emulate($code, $tokens);
H A DTokenEmulator.php18 abstract public function emulate(string $code, array $tokens): array; function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator
H A DAttributeEmulator.php17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator
H A DExplicitOctalEmulator.php17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\ExplicitOctalEmulator
H A DKeywordEmulator.php25 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
H A DNullsafeTokenEmulator.php17 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\NullsafeTokenEmulator
H A DAsymmetricVisibilityTokenEmulator.php19 public function emulate(string $code, array $tokens): array { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php97 $tokens = $emulator->emulate($code, $tokens);
/PHP-Parser/doc/component/
H A DLexer.markdown31 and will try to emulate `ext/tokenizer` output for that version. This is done using separate `Token…
/PHP-Parser/
H A DCHANGELOG.md460 emulate (defaults to the latest available, currently PHP 8.0). This is useful to parse code that

Completed in 14 milliseconds