} */ function find( \Closure $sub, \Closure $predicate, ?int $max_depth ) : array ; /** * shall replace nodes */ function transform( \Closure $sub, \Closure $function ) ; /** * shall convert the node to an array tree */ function to_raw( \Closure $sub ) ; /** * shall convert the node to its string representation */ function to_string( \Closure $sub, int $depth ) : string ; } ?>