Lines Matching refs:children
60 $children = array();
63 array_push($children, $vals[$i]['value']);
76 if ( isset ( $children[$tagname] ) )
78 $size = sizeof($children[$tagname]);
86 $children[$tagname][$size]['@'] = $vals[$i]["attributes"];
88 $children[$tagname][$size]['#'] = $this->xml_depth($vals, $i);
91 array_push($children, $vals[$i]['value']);
95 if( isset ($children[$tagname]) )
97 $size = sizeof($children[$tagname]);
105 $children[$tagname][$size]["#"] = $vals[$i]['value'];
109 $children[$tagname][$size]["#"] = '';
113 $children[$tagname][$size]['@'] = $vals[$i]['attributes'];
117 return $children;
121 return $children;