Searched refs:type_ns (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/ext/soap/interop/ |
| H A D | client_round2_params.php | 148 function soap_value($name, $value, $type, $type_name=NULL, $type_ns=NULL) { 149 return new SoapParam(new SoapVar($value,$type,$type_name,$type_ns),$name);
|
| /PHP_5_4/ext/soap/ |
| H A D | soap.c | 985 char *type_ns = NULL; local 1010 } else if (name_len == sizeof("type_ns") && 1011 strncmp(name, "type_ns", sizeof("type_ns")-1) == 0) { 1013 type_ns = Z_STRVAL_PP(tmp); 1030 if (type_ns) { 1031 enc = get_encoder(sdl, type_ns, type_name); 1047 if (type_ns) { 1048 new_enc->details.ns = estrdup(type_ns); 1077 if (type_ns) { [all...] |
Completed in 7 milliseconds