🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:PropertyTokenEmulator.php
<?php declare(strict_types=1); namespace PhpParser\Lexer\TokenEmulator; use PhpParser\PhpVersion; final class PropertyTokenEmulator extends KeywordEmulator { public function getPhpVersion(): PhpVersion { return PhpVersion::fromComponents(8, 4); } public function getKeywordString(): string { return '__property__'; } public function getKeywordToken(): int { return \T_PROPERTY_C; } }
Save Changes
Cancel
Create New File
Create New Folder