Home
last modified time | relevance | path

Searched refs:do_leaf (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/tidy/examples/
H A Ddumpit5.php47 function do_leaf($string, $indent) { function
61 do_leaf(" + $nodename (".node_type($node->type).")\n", $indent);
68 do_leaf(" |\n", $indent);
69 do_leaf(" +---- Value: '{$node->value}'\n", $indent);
73 do_leaf(" |\n", $indent);
74 do_leaf(" +---- Attributes\n", $indent);
77 @do_leaf(" +-- $name\n", $indent);
78 do_leaf(" | +-- Value: $value\n", $indent);

Completed in 7 milliseconds