Searched refs:mytype (Results 1 – 2 of 2) sorted by relevance
147 foreach ($this->_conf_type_list as $mytype) {148 if ($this->_conftype && $this->_conftype == $mytype) {149 ptln('<option value="'.$mytype.'" selected="selected">'.$mytype.'</option>');151 ptln('<option value="'.$mytype.'">'.$mytype.'</option>');
1555 var $mytype = 0; variable in XML_RPC_Value1563 $this->mytype = 0;1586 if ($this->mytype == 1) {1609 if ($this->mytype == 2) {1617 $this->mytype = $typeof;1627 if ($this->mytype != 0) {1633 $this->mytype = $GLOBALS['XML_RPC_Types']['array'];1643 if ($this->mytype != 0) {1649 $this->mytype = $GLOBALS['XML_RPC_Types']['struct'];1675 switch ($this->mytype) {