Dumps a node or array.
public dump ( array | phpparser\Node $node, string | null $code = null ) : string | ||
$node | array | phpparser\Node | Node or array to dump |
$code | string | null | Code corresponding to dumped AST. This only needs to be passed if the dumpPositions option is enabled and the dumping of node offsets is desired. |
return | string | Dumped value |