--TEST-- Accessing children nodes --SKIPIF-- --POST-- --GET-- --INI-- --FILE-- hasChildren()); if($node->hasChildren()) { foreach($node->child as $c) { var_dump($c); if($c->hasChildren()) { dump_nodes($c); } } } } $a = tidy_parse_string("HiByeTest"); $html = $a->html(); dump_nodes($html); ?> --EXPECT-- bool(true) object(tidy_node)#3 (6) { ["value"]=> string(31) " " ["name"]=> string(4) "head" ["type"]=> int(5) ["id"]=> int(46) ["attribute"]=> NULL ["child"]=> array(1) { [0]=> &object(tidy_node)#4 (6) { ["value"]=> string(16) " " ["name"]=> string(5) "title" ["type"]=> int(5) ["id"]=> int(111) ["attribute"]=> NULL ["child"]=> NULL } } } bool(true) object(tidy_node)#4 (6) { ["value"]=> string(16) " " ["name"]=> string(5) "title" ["type"]=> int(5) ["id"]=> int(111) ["attribute"]=> NULL ["child"]=> NULL } object(tidy_node)#5 (6) { ["value"]=> string(80) " HiByeTest " ["name"]=> string(4) "body" ["type"]=> int(5) ["id"]=> int(16) ["attribute"]=> array(2) { ["bgcolor"]=> string(7) "#FFFFFF" ["alink"]=> string(7) "#000000" } ["child"]=> array(2) { [0]=> &object(tidy_node)#6 (6) { ["value"]=> string(9) "Hi" ["name"]=> string(1) "b" ["type"]=> int(5) ["id"]=> int(8) ["attribute"]=> NULL ["child"]=> array(1) { [0]=> &object(tidy_node)#7 (5) { ["value"]=> string(2) "Hi" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } } } [1]=> &object(tidy_node)#8 (6) { ["value"]=> string(21) "ByeTest" ["name"]=> string(1) "i" ["type"]=> int(5) ["id"]=> int(49) ["attribute"]=> NULL ["child"]=> array(2) { [0]=> &object(tidy_node)#9 (5) { ["value"]=> string(3) "Bye" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } [1]=> &object(tidy_node)#10 (6) { ["value"]=> string(11) "Test" ["name"]=> string(1) "u" ["type"]=> int(5) ["id"]=> int(114) ["attribute"]=> NULL ["child"]=> array(1) { [0]=> &object(tidy_node)#11 (5) { ["value"]=> string(4) "Test" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } } } } } } } bool(true) object(tidy_node)#6 (6) { ["value"]=> string(9) "Hi" ["name"]=> string(1) "b" ["type"]=> int(5) ["id"]=> int(8) ["attribute"]=> NULL ["child"]=> array(1) { [0]=> &object(tidy_node)#7 (5) { ["value"]=> string(2) "Hi" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } } } bool(true) object(tidy_node)#7 (5) { ["value"]=> string(2) "Hi" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } object(tidy_node)#8 (6) { ["value"]=> string(21) "ByeTest" ["name"]=> string(1) "i" ["type"]=> int(5) ["id"]=> int(49) ["attribute"]=> NULL ["child"]=> array(2) { [0]=> &object(tidy_node)#9 (5) { ["value"]=> string(3) "Bye" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } [1]=> &object(tidy_node)#10 (6) { ["value"]=> string(11) "Test" ["name"]=> string(1) "u" ["type"]=> int(5) ["id"]=> int(114) ["attribute"]=> NULL ["child"]=> array(1) { [0]=> &object(tidy_node)#11 (5) { ["value"]=> string(4) "Test" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } } } } } bool(true) object(tidy_node)#9 (5) { ["value"]=> string(3) "Bye" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } object(tidy_node)#10 (6) { ["value"]=> string(11) "Test" ["name"]=> string(1) "u" ["type"]=> int(5) ["id"]=> int(114) ["attribute"]=> NULL ["child"]=> array(1) { [0]=> &object(tidy_node)#11 (5) { ["value"]=> string(4) "Test" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL } } } bool(true) object(tidy_node)#11 (5) { ["value"]=> string(4) "Test" ["name"]=> string(0) "" ["type"]=> int(4) ["attribute"]=> NULL ["child"]=> NULL }