Lines Matching refs:struct
151 $struct = '<value>'."\n";
152 $struct .= ' <struct>'."\n";
155 …foreach ($value as $key => $value) $struct .= str_replace("\n", '', '<member>'. "\n" .'<name>'. $k…
157 $struct .= ' </struct>'."\n";
158 $struct .= '</value>'."\n";
161 return $struct;
260 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res…
263 foreach ($responseString->params->param->value->struct->member as $part)
445 …e = (isset($responseXML->fault->value->struct->member[0]->value->int)) ? (int) $responseXML->fault…
446 … (isset($responseXML->fault->value->struct->member[1]->value->string)) ? (string) $responseXML->fa…
510 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res…
513 …foreach ($responseString->params->param->value->struct->member as $part) $aReturn[(string) $part->…
559 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res…
562 …foreach ($responseString->params->param->value->struct->member as $part) $aReturn[(string) $part->…