/home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt
Edit: /home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php (655B)
attributes = $attributes;
$this->exprs = $exprs;
}
public function getSubNodeNames() : array {
return ['exprs'];
}
public function getType() : string {
return 'Stmt_Echo';
}
}