Home
last modified time | relevance | path

Searched refs:client (Results 51 – 75 of 432) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclit.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString("Hello World");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_doclitparams_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exceptions"=>…
10 $client->echoString(array("param0"=>"Hello World"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_compound1_003w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_compound1.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoDocument((object)array("_"=>"Test Document Here","ID"=>1));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_doclit_002w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclit.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoStringArray(array("one","two","three"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_doclitparams_002w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exceptions"=>…
10 $client->echoStringArray(array("param0"=>array("one","two","three")));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt13 $client = fsockopen($hostname, $port);
14 var_dump($client);
17 fwrite($client, "0123456789");
19 fclose($client);
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_001w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoEmptyFault();
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_002w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoStringFault("Hello World");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_soapfault_002w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_soapfault.wsdl",array("trace"=>1,"exceptions"=>0,"…
10 $client->echoVersionMismatchFault();
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_004w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString(array("inputString"=>"Hello World"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_006w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoBase64(array("inputBase64"=>"����HELLO�"));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_007w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoDate(array("inputDate"=>"2002-12-22T21:41:17Z"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_018w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoHexBinary(array("inputHexBinary"=>"\x80\xFF\x00\x01\x7F"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_010w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoIntegerMultiOccurs(array("inputIntegerMultiOccurs"=>array(22,29,36)));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_011w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoFloatMultiOccurs(array("inputFloatMultiOccurs"=>array(22.5,12.345)));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_022w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoSimpleTypesAsComplexType(array("inputInteger"=>34,
13 echo $client->__getlastrequest();
14 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_029w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoAnyElement(array("inputAny"=>array("any"=>"<bold>Hello World</bold>")));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_026w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoChoice(array("inputChoice"=>(object)array("name1"=>"Hello World")));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_031w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/
H A Dbug69137.phpt25 $client = new SoapClient($testServiceWsdl);
26 unset($client);
33 $client = new SoapClient($testServiceWsdl, $parameters);
39 $result = $client->ResolveIP($lookup);
/PHP-7.4/ext/soap/tests/bugs/
H A Dmultiport.phpt9 $client = new SoapClient(__DIR__.'/multiport.wsdl',
11 $response = $client->GetSessionId(array('userId'=>'user', 'password'=>'password'));
12 echo $client->__getLastRequest();
H A Dbug29061.phpt9 $client = new SoapClient(__DIR__."/bug29061.wsdl", array("exceptions"=>0));
10 $client->getQuote("ibm");
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt17 $client = stream_socket_accept($server);
24 socket_import_stream($client),
27 fclose($client);
/PHP-7.4/ext/openssl/tests/
H A Dbug65538_003.phpt28 $client = @stream_socket_accept($server);
29 if ($client) {
32 $in .= fread($client, 2048);
40 fwrite($client, $response);
41 fclose($client);
/PHP-7.4/ext/oci8/tests/
H A Dbug47281.phpt7 // error3.phpt obsoletes this test for newer Oracle client versions
8 // Assume runtime client version is >= compile time client version
13 die("skip test works only with Oracle 11.2.0.2 or earlier Oracle client libraries");

Completed in 26 milliseconds

12345678910>>...18