Home
last modified time | relevance | path

Searched refs:server (Results 251 – 275 of 554) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_020.phpt9 include 'server.inc';
H A Dbug54995.phpt13 include 'server.inc';
H A Dcurl_basic_021.phpt9 include 'server.inc';
H A Dcurl_copy_handle_basic_008.phpt7 include 'server.inc';
H A Dbug66109.phpt7 include 'server.inc';
H A Dcurl_basic_019.phpt9 include 'server.inc';
/PHP-5.5/ext/standard/tests/network/
H A Dbug64330.phpt11 $server = stream_socket_server("unix://\x00/MyBindName");
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt49 $data = "Sending data over to SSL server in async mode with contents like Hello World\n";
92 Sending data over to SSL server in async mode with contents like Hello World
/PHP-5.5/ext/standard/tests/http/
H A Dbug61548.phpt6 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?>
9 require 'server.inc';
/PHP-5.5/ext/mysqli/tests/
H A D013.phpt2 mysqli fetch mixed / mysql_query (may fail when using 4.1 library with 5.x server)
51 echo "error (4.1 library with 5.x server)";
H A D071.phpt24 /* libmysql return value seems to depend on server version */
51 /* libmysql return value seems to depend on server version */
H A Dmysqli_connect_twice.phpt14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
39 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
67 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dclean_table.inc5 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A Dmysqli_change_user_oo.phpt22 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
46 // Reconnect because after 3 failed change_user attempts, the server blocks you off.
48 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_pconn_reuse.phpt21 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
64 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt2 Sybase-CT server message handler
15 // Handles server messages
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c217 if (H->server && H->attached) { in oci_handle_closer()
218 H->last_err = OCIServerDetach(H->server, H->err, OCI_DEFAULT); in oci_handle_closer()
225 if (H->server) { in oci_handle_closer()
226 OCIHandleFree(H->server, OCI_HTYPE_SERVER); in oci_handle_closer()
227 H->server = NULL; in oci_handle_closer()
629 OCIHandleAlloc(H->env, (dvoid **)&H->server, OCI_HTYPE_SERVER, 0, NULL); in pdo_oci_handle_factory()
631 H->last_err = OCIServerAttach(H->server, H->err, (text*)vars[1].optval, in pdo_oci_handle_factory()
655 H->last_err = OCIAttrSet(H->svc, OCI_HTYPE_SVCCTX, H->server, 0, OCI_ATTR_SERVER, H->err); in pdo_oci_handle_factory()
/PHP-5.5/ext/simplexml/tests/
H A Dbug40451.phpt11 <Name>host.server.com</Name>
/PHP-5.5/ext/sockets/tests/
H A Dbug51958.phpt2 Bug #51958: socket_accept() fails on IPv6 server sockets
/PHP-5.5/ext/imap/tests/
H A Dskipif.inc8 $options = OP_HALFOPEN; // this should be enough to verify server present
H A Dclean.inc12 $mailboxes = imap_getmailboxes($imap_stream, $server, '*');
/PHP-5.5/ext/mysql/tests/
H A Dclean_table.inc6 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
H A Dmysql_errno.phpt25 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
42 …printf("[005] Can connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, so…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt19 // lets see if the server agrees to that
34 printf("[005] Cannot turn on server autocommit mode, %s\n", var_export($db->errorInfo(), true));
41 printf("[007] Cannot turn off server autocommit mode, %s\n", var_export($db->errorInfo(), true));
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h163 server_method* find_method(XMLRPC_SERVER server, const char* name);

Completed in 267 milliseconds

1...<<11121314151617181920>>...23