home
/
zktecojo
/
public_html
/
vendor
/
nikic
/
php-parser
/
lib
/
PHPParser
/
Node
➕ New
📤 Upload
✎ Editing:
Const.php
← Back
<?php /** * @property string $name Name * @property PHPParser_Node_Expr $value Value */ class PHPParser_Node_Const extends PHPParser_NodeAbstract { /** * Constructs a const node for use in class const and const statements. * * @param string $name Name * @param PHPParser_Node_Expr $value Value * @param array $attributes Additional attributes */ public function __construct($name, PHPParser_Node_Expr $value, array $attributes = array()) { parent::__construct( array( 'name' => $name, 'value' => $value, ), $attributes ); } }
💾 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