home
/
zktecojo
/
public_html
/
vendor
/
nikic
/
php-parser
/
lib
/
PHPParser
/
Node
/
Stmt
➕ New
📤 Upload
✎ Editing:
DeclareDeclare.php
← Back
<?php /** * @property string $key Key * @property PHPParser_Node_Expr $value Value */ class PHPParser_Node_Stmt_DeclareDeclare extends PHPParser_Node_Stmt { /** * Constructs a declare key=>value pair node. * * @param string $key Key * @param PHPParser_Node_Expr $value Value * @param array $attributes Additional attributes */ public function __construct($key, PHPParser_Node_Expr $value, array $attributes = array()) { parent::__construct( array( 'key' => $key, '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