@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprBinaryOp
Interface: PhpExprBinaryOp
Represents a PHP binary operation expression (e.g., $a + $b).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
left
ts
readonly left: PhpExpr;nodeType
ts
readonly nodeType: `Expr_BinaryOp_${string}`;Overrides
right
ts
readonly right: PhpExpr;