Lines Matching refs:Index
29 $Index = count($NowObj);
31 $NowObj[$Index] = new Xml;
32 $NowObj[$Index]->tag = array_key_exists($TG,$Xml_Value)?$Xml_Value[$TG]:"";
33 $NowObj[$Index]->value = array_key_exists($VL,$Xml_Value)?$Xml_Value[$VL]:"";
34 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
36 $NowObj[$Index] = new Xml;
37 $NowObj[$Index]->tag = array_key_exists($TG,$Xml_Value)?$Xml_Value[$TG]:"";
38 $NowObj[$Index]->value = array_key_exists($VL,$Xml_Value)?$Xml_Value[$VL]:"";
39 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
40 $NowObj[$Index]->next = array();
42 $NowObj = &$NowObj[$Index]->next;