Lines Matching refs:Index
27 $Index = count($NowObj);
29 $NowObj[$Index] = new Xml;
30 $NowObj[$Index]->tag = $Xml_Value["tag"];
31 $NowObj[$Index]->value = $Xml_Value["value"];
32 $NowObj[$Index]->attributes = $Xml_Value["attributes"];
34 $NowObj[$Index] = new Xml;
35 $NowObj[$Index]->tag = $Xml_Value["tag"];
36 $NowObj[$Index]->value = $Xml_Value["value"];
37 $NowObj[$Index]->attributes = $Xml_Value["attributes"];
38 $NowObj[$Index]->next = array();
40 $NowObj = &$NowObj[$Index]->next;