Home
last modified time | relevance | path

Searched refs:client (Results 226 – 250 of 384) sorted by last modified time

12345678910>>...16

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29795.phpt26 $client = new LocalSoapClient(dirname(__FILE__)."/bug29795.wsdl",array("trace"=>1));
27 $ar=$client->GetPrice();
29 $client = new LocalSoapClient(dirname(__FILE__)."/bug29795.wsdl",array("trace"=>1));
30 $ar=$client->GetPrice();
H A Dbug29839.phpt32 $client = new LocalSoapClient(dirname(__FILE__)."/bug29839.wsdl", array("trace"=>1));
33 $client->EchoString(array("value"=>"hello","lang"=>"en"));
34 echo $client->__getLastRequest();
35 echo $client->__getLastResponse();
H A Dbug29844.phpt34 $client = new LocalSoapClient(dirname(__FILE__)."/bug29844.wsdl", array("trace"=>1));
35 var_dump($client->hello('davey'));
H A Dbug30106.phpt33 $client = new LocalSoapClient(dirname(__FILE__)."/bug30106.wsdl");
34 var_dump($client->__getFunctions());
35 var_dump($client->__getTypes());
36 $x = $client->getContinentList(array("AFFILIATE_ID"=>1,"PASSWORD"=>"x"));
H A Dbug30175.phpt36 $client = new LocalSoapClient(dirname(__FILE__)."/bug30175.wsdl");
37 var_dump($client->qwebGetHostInfo());
H A Dbug31695.phpt31 $client->Test("str");
33 $client->Test("str");
34 $client->__soapCall("Test",
39 $client->Test("str");
40 $client->Test("str");
41 $client->__setLocation($old);
42 $client->Test("str");
44 $client->Test("str");
45 $client->__setLocation($old);
46 $client->Test("str");
[all …]
H A Dbug31755.phpt7 $client=new SOAPClient(null, array('location' => 'http://localhost',
12 $response= $client->__call('function', array(), null, $header);
14 print $client->__getLastRequest();
H A Dbug32941.phpt34 $client = new TestSoapClient(dirname(__FILE__).'/bug32941.wsdl', array("trace" => 1, 'exceptions' =…
35 $ahoj = $client->echoString('exception');
36 $client = new TestSoapClient(dirname(__FILE__).'/bug32941.wsdl', array("trace" => 1, 'exceptions' =…
37 $ahoj = $client->echoString('exception');
H A Dbug34453.phpt32 $client = new LocalSoapClient(dirname(__FILE__)."/bug34453.wsdl", array("trace"=>1));
33 $client->EchoString(array("value"=>"hello","lang"=>"en"));
34 echo $client->__getLastRequest();
35 echo $client->__getLastResponse();
H A Dbug34657.phpt17 $client = new SoapClient('http://i_dont_exist.com/some.wsdl');
/PHP-5.5/ext/soap/
H A DTODO.old10 see if client will work with ssl.. should be eaiser with php_streams
/PHP-5.5/ext/pgsql/tests/
H A D28large_object_import_oid.phpt7 if (version_compare("8.4devel", $v["client"]) > 0) die("skip - requires pg client >= 8.4\n");
H A D27large_object_oid.phpt7 if (version_compare("8.3", $v["client"]) > 0) die("skip - requires pg client >= 8.3\n");
/PHP-5.5/ext/pgsql/
H A DREADME3 PHP script. This module uses PostgreSQL C client lib called libpq.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt20 /* PDO Driver for MySQL, client library version => 6.0.3-alpha */
H A Dpdo_mysql_attr_client_version.phpt28 printf("[002] Wonderful, I can change the client version!\n");
H A Dpdo_mysql_attr_server_info.phpt23 printf("[002] Wonderful, I can change the client version!\n");
H A Dpdo_mysql_attr_server_version.phpt56 printf("[009] Wonderful, I can change the client version!\n");
H A Dpdo_mysql_class_constants.phpt45 /* XXX the MySQL client library version isn't exposed with any
/PHP-5.5/ext/pdo_oci/
H A Dconfig.m478 PDO_OCI_CLIENT_DIR="client"
/PHP-5.5/ext/pdo/
H A DTODO30 If the API needs hints from the client side, we need
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt92 client to discover which features are available. The features them-
1902 The function pcre_config() makes it possible for a PCRE client to dis-
/PHP-5.5/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt219 string(10) "SSL client"
H A Dopenssl_x509_parse_basic_v9.phpt198 string(10) "SSL client"
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c741 xparam->outputs.client = NULL; in php_openssl_tcp_sockop_accept()
768 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_openssl_tcp_sockop_accept()
769 if (xparam->outputs.client) { in php_openssl_tcp_sockop_accept()
770 xparam->outputs.client->context = stream->context; in php_openssl_tcp_sockop_accept()
777 if (xparam->outputs.client && sock->enable_on_connect) { in php_openssl_tcp_sockop_accept()
798 if (php_stream_xport_crypto_setup(xparam->outputs.client, clisockdata->method, in php_openssl_tcp_sockop_accept()
800 xparam->outputs.client, 1 TSRMLS_CC) < 0) { in php_openssl_tcp_sockop_accept()
803 php_stream_close(xparam->outputs.client); in php_openssl_tcp_sockop_accept()
804 xparam->outputs.client = NULL; in php_openssl_tcp_sockop_accept()
810 return xparam->outputs.client == NULL ? -1 : 0; in php_openssl_tcp_sockop_accept()

Completed in 44 milliseconds

12345678910>>...16