@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprCoalesce
Interface: PhpExprCoalesce
Represents a PHP null coalescing operator 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_Coalesce";Overrides
right
ts
readonly right: PhpExpr;