Home
last modified time | relevance | path

Searched refs:soapclient (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/soap/tests/
H A Dcustom_content_type.phpt24 $client = new soapclient(NULL, [
50 $client2 = new soapclient(NULL, [
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php93 function _fetchEndpoints(&$soapclient, $test) { argument
97 …$endpointArray = $soapclient->__soapCall("GetEndpointInfo",array("groupName"=>$test),array('soapac…
100 print $soapclient->wire."\n";
144 $soapclient = new SoapClient($this->interopServer);
146 $this->_fetchEndpoints($soapclient, $test);
149 $this->_fetchEndpoints($soapclient, $test);
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug66112.phpt11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")…

Completed in 11 milliseconds