Home
last modified time | relevance | path

Searched refs:client (Results 251 – 275 of 384) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_005w.phpt25 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
26 $client->echoMultipleFaults1(2,$s1,$s2);
27 echo $client->__getlastrequest();
28 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_rpcenc_006w.phpt25 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
26 $client->echoMultipleFaults1(3,$s1,$s2);
27 echo $client->__getlastrequest();
28 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_doclit_007w.phpt39 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
40 $client->echoMultipleFaults2(array("whichFault" => 1,
44 echo $client->__getlastrequest();
45 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_doclit_009w.phpt39 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
40 $client->echoMultipleFaults2(array("whichFault" => 3,
44 echo $client->__getlastrequest();
45 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_doclit_010w.phpt39 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
40 $client->echoMultipleFaults2(array("whichFault" => 4,
44 echo $client->__getlastrequest();
45 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_doclit_008w.phpt39 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
40 $client->echoMultipleFaults2(array("whichFault" => 2,
44 echo $client->__getlastrequest();
45 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39121.phpt2 Bug #39121 (Incorrect return array handling in non-wsdl soap client)
39 $client = new LocalSoapClient(NULL, array('location'=>'test://','uri'=>'test://'));
40 print_r($client->getDIDAreaResponse());
H A Dbug34449.phpt15 $client = new TestSoapClient(null, array('location' => 'test://', 'uri' => 'test://'));
16 $client->AnyFunction(new SoapVar($my_xml, XSD_ANYXML));
H A Dbug35273.phpt17 $client = new TestSoapClient(dirname(__FILE__).'/bug32941.wsdl', array("trace" => 1, 'exceptions' =…
18 $ahoj = $client->echoPerson(array("name"=>"Name","surname"=>"Surname"));
H A Dbug30175.phpt36 $client = new LocalSoapClient(dirname(__FILE__)."/bug30175.wsdl");
37 var_dump($client->qwebGetHostInfo());
/PHP-5.5/ext/soap/tests/
H A Dtypemap012.phpt33 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
38 $ret = $client->dotest($book);
H A Dclassmap004.phpt53 $client = new LocalSoapClient(dirname(__FILE__)."/classmap003.wsdl",
55 print_r($client->f());
H A Dclassmap002.phpt34 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
35 $ret = $client->dotest2("???");
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 $client->__soapCall("echoStructArray", array(array($struct1,$struct2)), array("soapaction"=>"http:/…
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_004s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 $client->__soapCall("echoNestedStruct", array($param), array("soapaction"=>"http://soapinterop.org/…
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_005s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 $client->__soapCall("echoNestedArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_003s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 $client->__soapCall("echo2DStringArray", array($param), array("soapaction"=>"http://soapinterop.org…
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt19 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_import3.wsdl",array("trace"=>1,"exceptio…
20 $client->echoStructArray(array($struct1,$struct2));
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/sockets/tests/
H A Dsocket_abstract_path.phpt24 echo "creating client socket\n";
42 creating client socket
/PHP-5.5/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_003w.phpt17 $client = new SoapClient(dirname(__FILE__)."/round3_groupE_list.wsdl",array("trace"=>1,"exceptions"…
18 $client->echoLinkedList($struct);
19 echo $client->__getlastrequest();
20 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupE_list_005w.phpt18 $client = new SoapClient(dirname(__FILE__)."/round3_groupE_list.wsdl",array("trace"=>1,"exceptions"…
19 $client->echoLinkedList($struct);
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupE_list_006w.phpt18 $client = new SoapClient(dirname(__FILE__)."/round3_groupE_list.wsdl",array("trace"=>1,"exceptions"…
19 $client->echoLinkedList($struct);
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/pgsql/tests/
H A D27large_object_oid.phpt7 if (version_compare("8.3", $v["client"]) > 0) die("skip - requires pg client >= 8.3\n");
H A D28large_object_import_oid.phpt7 if (version_compare("8.4devel", $v["client"]) > 0) die("skip - requires pg client >= 8.4\n");
/PHP-5.5/ext/zlib/tests/
H A D008.phpt2 zlib.output_compression=1 with client not accepting compression

Completed in 34 milliseconds

1...<<111213141516