Searched refs:preprocessCode (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/ | ||
H A D | TokenEmulator.php | 27 public function preprocessCode(string $code, array &$patches): string { function in PhpParser\\Lexer\\TokenEmulator\\TokenEmulator |
H A D | ReverseEmulator.php | 34 public function preprocessCode(string $code, array &$patches): string { function in PhpParser\\Lexer\\TokenEmulator\\ReverseEmulator |
H A D | AttributeEmulator.php | 39 public function preprocessCode(string $code, array &$patches): string { function in PhpParser\\Lexer\\TokenEmulator\\AttributeEmulator |
/PHP-Parser/lib/PhpParser/Lexer/ | ||
H A D | Emulative.php | 80 $code = $emulator->preprocessCode($code, $this->patches); |
Completed in 7 milliseconds