/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/HaltCompiler.php (754B)
attributes = $attributes;
$this->remaining = $remaining;
}
public function getSubNodeNames() : array {
return ['remaining'];
}
public function getType() : string {
return 'Stmt_HaltCompiler';
}
}