Home
last modified time | relevance | path

Searched refs:client (Results 201 – 225 of 444) sorted by relevance

12345678910>>...18

/PHP-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_002w.phpt24 $client = new SoapClient(__DIR__."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"exceptions"…
25 $client->echoBaseStructFault($struct);
26 echo $client->__getlastrequest();
27 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_016w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoMultipleFaults4(2, 162, 1);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_025w.phpt19 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
20 $client->echoNestedMultiOccurs(array("inputComplexType"=>$struct));
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_015w.phpt19 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
20 $client->echoComplexTypeMultiOccurs(array("inputComplexTypeMultiOccurs"=>array($struct1,null,$struc…
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_023w.phpt26 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
27 $client->echoNestedComplexType(array("inputComplexType"=>$struct));
28 echo $client->__getlastrequest();
29 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug31755.phpt13 $client = new MySoapClient(null, array(
24 $response= $client->__soapCall('function', array(), null, $header);
26 print $client->__getLastRequest();
H A Dbug69462.phpt9 $client = new SoapClient(null, [ 'exceptions' => 1, 'location' => "", 'uri' => $namespace ]);
19 $client->__soapCall('method', array($soapvar));
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client_identifier.phpt2 PDO_OCI: Attribute: Setting session client identifier
25 var_dump($dbh->setAttribute(PDO::OCI_ATTR_CLIENT_IDENTIFIER, "some client identifier"));
52 CLIENT_IDENTIFIER SET: string(22) "some client identifier"
H A Dpdo_oci_attr_client_info.phpt2 PDO_OCI: Attribute: Setting session client info
25 var_dump($dbh->setAttribute(PDO::OCI_ATTR_CLIENT_INFO, "some client info"));
52 CLIENT_INFO SET: string(16) "some client info"
/PHP-8.1/ext/standard/tests/network/
H A Dfsockopen_basic.phpt25 $client = fsockopen($hostname, $port, $errno, $errstr, $timeout);
26 var_dump($client);
27 fclose($client);
/PHP-8.1/ext/soap/tests/
H A Dgh8538.phpt7 $client = new SoapClient(__DIR__ . "/gh8538.wsdl");
8 var_dump($client->__getFunctions());
H A Dbug77410.phpt8 $client = new class(__DIR__ . '/bug77410.wsdl', [
18 $client->MyMethod([
/PHP-8.1/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_006p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoStringArray", array(array('good','bad')), array("soapaction"=>"http://soap…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_006w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoStringArray(array('good','bad'));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_011w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoIntegerArray(array(1,234324324,2));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_013w.phpt10 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoFloatArray(array(1.3223,34.2,325.325));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_007p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoStringArray", array(array('good')), array("soapaction"=>"http://soapintero…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_008s.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_013p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoFloatArray", array(array(1.3223,34.2,325.325)), array("soapaction"=>"http:…
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_007s.phpt10 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
11 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_011p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoIntegerArray", array(array(1,234324324,2)), array("soapaction"=>"http://so…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_001p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoStructAsSimpleTypes", array((object)array('varString'=>"arg",'varInt'=>34,…
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_002p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoSimpleTypesAsStruct", array("arg",34,34.345), array("soapaction"=>"http://…
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-8.1/ext/standard/tests/streams/
H A Dbug70198.phpt14 - as soon as client connects, close connection and exit
15 - on the client side - sleep(1) and check feof()
30 the client side will need wait a bit longer to realize it.*/
/PHP-8.1/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_rpcenc_002w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_rpcenc.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoStringArray(array("one","two","three"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();

Completed in 37 milliseconds

12345678910>>...18