Home
last modified time | relevance | path

Searched refs:client (Results 301 – 325 of 384) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug28985.phpt9 $client = new SOAPClient(dirname(__FILE__).'/bug28985.wsdl', array('trace'=>1));
10 var_dump($client->__getTypes());
H A Dbug34657.phpt17 $client = new SoapClient('http://i_dont_exist.com/some.wsdl');
H A Dbug38536.phpt19 xmlns:ns1="http://www.grupos.com.br/ws/enturma/client">
/PHP-5.5/ext/oci8/tests/
H A Dconnect_without_oracle_home_old.phpt14 die("skip test expected to work only with Oracle 10gR2 client libraries");
H A Dconnect_without_oracle_home_11.phpt14 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
H A Dbug36403.phpt7 die("skip expected output only valid with Oracle 10g or greater version of client");
H A Dconnect_without_oracle_home_old_11.phpt14 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
H A Drefcur_prefetch_3.phpt12 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
64 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
H A Drefcur_prefetch_4.phpt10 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
130 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
H A Ddriver_name.phpt13 die("skip test expected to work only with Oracle 11g or greater version of client");
H A Ddetails.inc8 * successfully, you need a server and client which is Oracle 11g or
/PHP-5.5/ext/openssl/tests/
H A Dbug46127.phpt46 // client or failed
H A Dbug48182.phpt82 // client or failed
/PHP-5.5/ext/mssql/
H A Dmssql_win32_howto.txt31 is installed on another maschine you need to install the client tools on
/PHP-5.5/ext/pdo_mysql/tests/
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");
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt90 $client = new SoapClient(__DIR__ . "/bug68361.xml");
92 $res = $client->__getTypes(); // Segmentation fault here
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt42 // fetch all results from server, but skip on client side
55 // fetch all results from server, but skip on client side
80 // fetch all results from server, but skip on client side
H A Dmysqli_phpinfo.phpt23 if (!stristr($phpinfo, "client api library version"))
H A Dmysqli_stmt_error.phpt50 // set after client error
H A Dmysqli_stmt_errno.phpt50 // set after client error
/PHP-5.5/main/streams/
H A Dxp_socket.c709 xparam->outputs.client = NULL; in php_tcp_sockop_accept()
733 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_tcp_sockop_accept()
734 if (xparam->outputs.client) { in php_tcp_sockop_accept()
735 xparam->outputs.client->context = stream->context; in php_tcp_sockop_accept()
743 return xparam->outputs.client == NULL ? -1 : 0; in php_tcp_sockop_accept()
H A Dtransports.c284 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client, in php_stream_xport_accept() argument
305 *client = param.outputs.client; in php_stream_xport_accept()
/PHP-5.5/ext/mysql/
H A Dconfig.m477 Note that the MySQL client library is not bundled anymore!])
109 Note that the MySQL client library is not bundled anymore!])
/PHP-5.5/ext/mysql/tests/
H A Dmysql_phpinfo.phpt22 if (!stristr($phpinfo, "client api version"))

Completed in 24 milliseconds

1...<<111213141516