@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtEcho
Interface: PhpStmtEcho
Represents a PHP echo statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
exprs
ts
readonly exprs: PhpExpr[];nodeType
ts
readonly nodeType: "Stmt_Echo";