Searched refs:type_ns (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/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-8.0/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 | bug79536.phpt | 50 '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-8.0/ext/soap/ |
H A D | soap.c | 739 char *type_ns = NULL; in soap_create_typemap() local 762 type_ns = Z_STRVAL_P(tmp); in soap_create_typemap() 778 if (type_ns) { in soap_create_typemap() 779 enc = get_encoder(sdl, type_ns, type_name); in soap_create_typemap() 795 if (type_ns) { in soap_create_typemap() 796 new_enc->details.ns = estrdup(type_ns); in soap_create_typemap() 821 if (type_ns) { in soap_create_typemap() 822 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
|
Completed in 31 milliseconds