Home
last modified time | relevance | path

Searched refs:client (Results 176 – 200 of 432) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_021p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(true), array("soapaction"=>"http://soapinterop.org/","uri"…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_021s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(new SoapParam(new SoapVar(true, XSD_BOOLEAN), "inputBoolea…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_022p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(false), array("soapaction"=>"http://soapinterop.org/","uri…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_022s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(new SoapParam(new SoapVar(false, XSD_BOOLEAN), "inputBoole…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_023p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(1), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_024p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(0), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_007w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoStringArray(array('good'));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_008p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoStringArray", array(array()), array("soapaction"=>"http://soapinterop.org/…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_001w.phpt18 $client = new SoapClient(__DIR__."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"exceptions"…
19 $client->echoSOAPStructFault($struct);
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
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_002w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.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_simple_rpcenc_012w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoMultipleFaults3(1,"arg1","arg2");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_013w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoMultipleFaults3(2,"arg1","arg2");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_014w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoMultipleFaults3(3,"arg1","arg2");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_015w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoMultipleFaults4(1, 162, 1);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_017w.phpt9 $client = new SoapClient(__DIR__."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoMultipleFaults4(3, 162, 1);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt25 $client = fsockopen("tcp://127.0.0.1:$port");
30 var_dump( stream_set_timeout($client, $seconds, $microseconds, $extra_arg) );
36 var_dump( stream_set_timeout($client) );
40 fclose($client);
41 var_dump( stream_set_timeout($client, $seconds) );
/PHP-7.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_002w.phpt10 $client = new SoapClient(__DIR__."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoSimpleTypesAsStruct("arg",34,34.345);
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_compound2_001w.phpt28 $client = new SoapClient(__DIR__."/round3_groupD_compound2.wsdl",array("trace"=>1,"exceptions"=>0));
29 $client->echoEmployee($employee);
30 echo $client->__getlastrequest();
31 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_004w.phpt17 $client = new SoapClient(__DIR__."/round3_groupE_list.wsdl",array("trace"=>1,"exceptions"=>0));
18 $client->echoLinkedList($struct);
19 echo $client->__getlastrequest();
20 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/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();
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug38005.phpt29 $client = new TestSoapClient(NULL, array(
36 $res = $client->Test();
38 echo($client->__getLastResponse());
H A Dbug69462.phpt9 $client = new SoapClient(null, [ 'exceptions' => 1, 'location' => "", 'uri' => $namespace ]);
19 $client->__soapCall('method', array($soapvar));
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client_info.phpt2 PDO_OCI: Attribute: Setting session client info
23 var_dump($dbh->setAttribute(PDO::OCI_ATTR_CLIENT_INFO, "some client info"));
50 CLIENT_INFO SET: string(16) "some client info"
H A Dpdo_oci_attr_client_identifier.phpt2 PDO_OCI: Attribute: Setting session client identifier
23 var_dump($dbh->setAttribute(PDO::OCI_ATTR_CLIENT_IDENTIFIER, "some client identifier"));
50 CLIENT_IDENTIFIER SET: string(22) "some client identifier"

Completed in 26 milliseconds

12345678910>>...18