opt
/
cpanel
/
ea-wappspector
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Expr
/
BinaryOp
➕ New
📤 Upload
✎ Editing:
ShiftLeft.php
← Back
<?php declare(strict_types=1); namespace PhpParser\Node\Expr\BinaryOp; use PhpParser\Node\Expr\BinaryOp; class ShiftLeft extends BinaryOp { public function getOperatorSigil(): string { return '<<'; } public function getType(): string { return 'Expr_BinaryOp_ShiftLeft'; } }
💾 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