File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/bitrix.xscan/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php
Back
<?php declare(strict_types=1); namespace PhpParser\Lexer\TokenEmulator; /** @internal */ abstract class TokenEmulator { abstract public function getPhpVersion(): string; abstract public function isEmulationNeeded(string $code): bool; /** * @return array Modified Tokens */ abstract public function emulate(string $code, array $tokens): array; /** * @return array Modified Tokens */ abstract public function reverseEmulate(string $code, array $tokens): array; public function preprocessCode(string $code, array &$patches): string { return $code; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings