Home
last modified time | relevance | path

Searched refs:client (Results 276 – 300 of 384) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug44882.phpt41 $client = new TestSoapClient(dirname(__FILE__).'/bug44882.wsdl');
42 print_r($client->GetExpressCheckoutDetails());
H A Dbug66112.phpt11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")…
13 $client->Mist(array("XX"=>"xx"));
H A Dbug41337_2.phpt8 $client = new SoapClient(dirname(__FILE__)."/bug41337_2.wsdl");
H A Dbug41337.phpt8 $client = new SoapClient(dirname(__FILE__)."/bug41337.wsdl");
H A Dbug36575.phpt32 $client = new SoapClient(dirname(__FILE__)."/bug36575.wsdl", array("trace" => 1, "exceptions" => 0,…
36 $client->test($a2);
38 $soapRequest = $client->__getLastRequest();
/PHP-5.5/ext/mysqli/
H A Dconfig.w326 // client library to connect to the MySQL server, i.e. no external MySQL
7 // client library is needed to perform the build.
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt32 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
33 $client->__soapCall("echoStructArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
34 echo $client->__getlastrequest();
35 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_007w.phpt33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
34 $client->echoMultipleFaults2(1,$s1,$s2,$s3);
35 echo $client->__getlastrequest();
36 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_rpcenc_008w.phpt33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
34 $client->echoMultipleFaults2(2,$s1,$s2,$s3);
35 echo $client->__getlastrequest();
36 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_rpcenc_009w.phpt33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
34 $client->echoMultipleFaults2(3,$s1,$s2,$s3);
35 echo $client->__getlastrequest();
36 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_rpcenc_010w.phpt33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
34 $client->echoMultipleFaults2(4,$s1,$s2,$s3);
35 echo $client->__getlastrequest();
36 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/standard/tests/network/
H A Dshutdown.phpt26 die('Unable to create AF_INET socket [client]');
35 die('Unable to create AF_INET socket [client]');
/PHP-5.5/ext/imap/
H A DIMAP_Win32_HOWTO.txt19 - Change directory to 'c-client'
26 client library ready (cclient.lib).
/PHP-5.5/ext/oci8/
H A Dconfig.m496 AC_MSG_ERROR(Oracle libclntsh.$SHLIB_SUFFIX_NAME client library not found)
102 dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib
107 Use --with-oci8=instantclient,/path/to/instant/client/lib
242 AC_MSG_ERROR([Oracle client libraries < 9.2 are not supported])
251 AC_MSG_ERROR([Oracle client libraries < 9.2 are not supported])
288 …PHP_OCI8_INSTANT_CLIENT=`ls -d /usr/lib/oracle/*/client${PHP_OCI8_IC_LIBDIR_SUFFIX}/lib/libclntsh.…
290 …AC_MSG_ERROR([Oracle Instant Client directory /usr/lib/oracle/.../client${PHP_OCI8_IC_LIBDIR_SUFFI…
300 …8_SED -e 's!^/usr/lib/oracle/\(.*\)/client\('${PHP_OCI8_IC_LIBDIR_SUFFIX}'\)*/lib[/]*$!/usr/includ…
/PHP-5.5/ext/soap/tests/
H A Dany.phpt47 $client = new TestSoapClient(dirname(__FILE__)."/interop/Round4/GroupI/round4_groupI_xsd.wsdl",
50 $ret = $client->echoAnyElement(
H A Dtypemap011.phpt40 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
42 $ret = $client->dotest2("???");
H A Dtypemap004.phpt33 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
37 $ret = $client->dotest($book);
H A Dtypemap003.phpt45 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
46 $ret = $client->dotest2("???");
H A Dtypemap007.phpt47 $client = new TestSoapClient(NULL, $options);
48 $ret = $client->dotest2("???");
H A Dtypemap008.phpt35 $client = new TestSoapClient(NULL, $options);
39 $ret = $client->dotest(new SoapVar($book, null, "book", "http://schemas.nothing.com"));
/PHP-5.5/ext/oci8/tests/
H A Dclientversion.phpt7 die("skip test expected to work only with Oracle 10g or greater version of client");
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h83 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client,
154 php_stream *client; member
/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()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt20 /* PDO Driver for MySQL, client library version => 6.0.3-alpha */
/PHP-5.5/ext/mysqli/tests/
H A Dbug51647.phpt45 …if (!$link->ssl_set("{$path_to_pems}client-key.pem", "{$path_to_pems}client-cert.pem", "{$path_to_…

Completed in 31 milliseconds

1...<<111213141516