Searched refs:type_ns (Results 1 – 16 of 16) sorted by relevance
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug66112.phpt | 11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")… 18 $s = new SoapServer(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A"))));
|
/PHP-7.3/ext/soap/tests/ |
H A D | typemap012.phpt | 28 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap010.phpt | 45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap011.phpt | 35 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap003.phpt | 40 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap004.phpt | 28 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap007.phpt | 42 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap009.phpt | 45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap008.phpt | 30 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap001.phpt | 50 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap002.phpt | 45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap005.phpt | 51 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap006.phpt | 46 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap013.phpt | 45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
/PHP-7.3/ext/soap/interop/ |
H A D | client_round2_params.php | 145 function soap_value($name, $value, $type, $type_name=NULL, $type_ns=NULL) { argument 146 return new SoapParam(new SoapVar($value,$type,$type_name,$type_ns),$name);
|
/PHP-7.3/ext/soap/ |
H A D | soap.c | 1011 char *type_ns = NULL; in soap_create_typemap() local 1034 type_ns = Z_STRVAL_P(tmp); in soap_create_typemap() 1050 if (type_ns) { in soap_create_typemap() 1051 enc = get_encoder(sdl, type_ns, type_name); in soap_create_typemap() 1067 if (type_ns) { in soap_create_typemap() 1068 new_enc->details.ns = estrdup(type_ns); in soap_create_typemap() 1093 if (type_ns) { in soap_create_typemap() 1094 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
|
Completed in 25 milliseconds