home
/
zktecojo
/
public_html
/
vendor
/
nikic
/
php-parser
/
lib
/
PHPParser
/
Node
/
Expr
➕ New
📤 Upload
✎ Editing:
LogicalAnd.php
← Back
<?php /** * @property PHPParser_Node_Expr $left The left hand side expression * @property PHPParser_Node_Expr $right The right hand side expression */ class PHPParser_Node_Expr_LogicalAnd extends PHPParser_Node_Expr { /** * Constructs a logical and node. * * @param PHPParser_Node_Expr $left The left hand side expression * @param PHPParser_Node_Expr $right The right hand side expression * @param array $attributes Additional attributes */ public function __construct(PHPParser_Node_Expr $left, PHPParser_Node_Expr $right, array $attributes = array()) { parent::__construct( array( 'left' => $left, 'right' => $right ), $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