opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Php
➕ New
📤 Upload
✎ Editing:
ReservedKeywordAnalyzer.php
← Back
<?php declare (strict_types=1); namespace Rector\Php; final class ReservedKeywordAnalyzer { /** * @var string[] */ private const NATIVE_VARIABLE_NAMES = ['_ENV', '_POST', '_GET', '_COOKIE', '_SERVER', '_FILES', '_REQUEST', '_SESSION', 'GLOBALS']; public function isNativeVariable(string $name) : bool { return \in_array($name, self::NATIVE_VARIABLE_NAMES, \true); } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel