Lines Matching refs:v

446 			foreach($attributes as $k => $v){
447 $atts .= " $k=\"".$this->expandEntities($v).'"';
546 foreach(get_object_vars($val) as $k => $v){
547 … = isset($pXml) ? $pXml.$this->serialize_val($v,$k,false,false,false,false,$use) : $this->serializ…
569 foreach($val as $v){
570 if(is_object($v) && get_class($v) == 'soapval'){
571 $tt_ns = $v->type_ns;
572 $tt = $v->type;
573 } elseif (is_array($v)) {
574 $tt = $this->isArraySimpleOrStruct($v);
576 $tt = gettype($v);
580 $xml .= $this->serialize_val($v,'item',false,false,false,false,$use);
639 foreach($val as $k => $v){
1045 foreach($this->namespaces as $k => $v){
1046 $ns_string .= "\n xmlns:$k=\"$v\"";
1268 foreach($attrs as $k => $v){
1275 $this->namespaces[$ns_prefix] = $v;
1277 $this->defaultNamespace[$pos] = $v;
1278 if (! $this->getPrefixFromNamespace($v)) {
1279 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
1282 …if($v == 'http://www.w3.org/2001/XMLSchema' || $v == 'http://www.w3.org/1999/XMLSchema' || $v == '…
1283 $this->XMLSchemaVersion = $v;
1284 $this->namespaces['xsi'] = $v.'-instance';
1288 foreach($attrs as $k => $v){
1291 $v = strpos($v,':') ? $this->expandQname($v) : $v;
1292 $eAttrs[$k] = $v;
1319 if (!strpos($v, ':')) {
1351 $v = '';
1353 if(strpos($v,'[,]')){
1356 $v = substr($v,0,strpos($v,'[')); // clip the []
1357 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){
1358 $v = $this->XMLSchemaVersion.':'.$v;
1360 $this->complexTypes[$this->currentComplexType]['arrayType'] = $v;
1632 foreach ($aParts as $a => $v) {
1634 $contentStr .= " $a=\"".$this->contractQName($v).'"';
1637 $contentStr .= ' wsdl:arrayType="'.$this->contractQName($v).'"';
1687 foreach ($this->schemaInfo as $k => $v) {
1689 $attr .= " $k=\"$v\"";
2228 foreach($u as $k => $v){
2229 $this->debug("parsed URL $k = $v");
2230 $this->$k = $v;
2814 foreach($this->outgoing_headers as $k => $v){
2815 $hdr = $k.': '.$v;
2865 foreach($this->outgoing_headers as $k => $v){
2867 $this->debug("Skip cURL header $k: $v");
2869 $curl_headers[] = "$k: $v";
3075 foreach(curl_getinfo($this->ch) as $k => $v){
3076 $err .= "$k: $v<br>";
3603 foreach ($qs as $v) {
3604 if (substr($v, 0, 6) == 'debug=') {
3605 … $this->debug("In nusoap_server, set debug_flag=" . substr($v, 6) . " based on query string #1");
3606 $this->debug_flag = substr($v, 6);
3611 foreach ($qs as $v) {
3612 if (substr($v, 0, 6) == 'debug=') {
3613 … $this->debug("In nusoap_server, set debug_flag=" . substr($v, 6) . " based on query string #2");
3614 $this->debug_flag = substr($v, 6);
3715 foreach($headers as $k=>$v){
3717 $this->headers[$k] = $v;
3718 $this->request .= "$k: $v\r\n";
3719 $this->debug("$k: $v");
3739 foreach ($_SERVER as $k => $v) {
3748 $v = str_replace('"', '', $v);
3749 $v = str_replace('\\', '', $v);
3750 $this->SOAPAction = $v;
3753 if (strpos($v, '=')) {
3754 $enc = substr(strstr($v, '='), 1);
3767 $this->headers[$k] = $v;
3768 $this->request .= "$k: $v\r\n";
3769 $this->debug("$k: $v");
3773 foreach ($HTTP_SERVER_VARS as $k => $v) {
3782 $v = str_replace('"', '', $v);
3783 $v = str_replace('\\', '', $v);
3784 $this->SOAPAction = $v;
3787 if (strpos($v, '=')) {
3788 $enc = substr(strstr($v, '='), 1);
3801 $this->headers[$k] = $v;
3802 $this->request .= "$k: $v\r\n";
3803 $this->debug("$k: $v");
4524 * @version $Id: nusoap.php,v 1.114 2007/11/06 15:17:46 snichol Exp $
4835 foreach($attrs as $k => $v) {
4838 $this->namespaces[$ns_prefix] = $v;
4840 $this->namespaces['ns' . (count($this->namespaces) + 1)] = $v;
4842 …if ($v == 'http://www.w3.org/2001/XMLSchema' || $v == 'http://www.w3.org/1999/XMLSchema' || $v == …
4843 $this->XMLSchemaVersion = $v;
4844 $this->namespaces['xsi'] = $v . '-instance';
4849 foreach($attrs as $k => $v) {
4852 $v = strpos($v, ':') ? $this->expandQname($v) : $v;
4854 $eAttrs[$k] = $v;
5391 foreach($this->namespaces as $k => $v) {
5392 $xml .= " xmlns:$k=\"$v\"";
5923 foreach($value as $k => $v) {
5924 $this->debug("serializing map element: key $k, value $v");
5927 $contents .= $this->serialize_val($v,'value',false,false,false,false,$use);
6042 foreach($value as $v) {
6043 $cols = ',' . sizeof($v);
6044 $nv = array_merge($nv, $v);
6053 foreach($value as $k => $v) {
6054 $this->debug("serializing array element: $k, $v of type: $typeDef[arrayType]");
6213 $v = $xvalue[$eName];
6215 $v = null;
6222 …'unbounded' || $attrs['maxOccurs'] > 1) && isset($v) && is_array($v) && $this->isArraySimpleOrStru…
6223 $vv = $v;
6224 foreach ($vv as $k => $v) {
6227 …ializeType($eName, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $use, $encodingStyl…
6230 $this->debug("calling serialize_val() for $v, $eName, false, false, false, false, $use");
6231 $xml .= $this->serialize_val($v, $eName, false, false, false, false, $use);
6237 …ializeType($eName, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $use, $encodingStyl…
6240 $this->debug("calling serialize_val() for $v, $eName, false, false, false, false, $use");
6241 $xml .= $this->serialize_val($v, $eName, false, false, false, false, $use);
6285 foreach ($e as $k => $v) {
6287 $v = strpos($v,':') ? $this->expandQname($v) : $v;
6288 $ee[$k] = $v;
6298 foreach ($a as $k => $v) {
6300 $v = strpos($v,':') ? $this->expandQname($v) : $v;
6301 $aa[$k] = $v;
7021 foreach ($this->message[$pos]['xattrs'] as $n => $v) {
7022 $params[$n] = $v;
7370 foreach($return as $k => $v){
7371 $this->$k = $v;
7372 $this->debug("$k = $v<br>");