Home
last modified time | relevance | path

Searched refs:server (Results 226 – 250 of 471) sorted by relevance

12345678910>>...19

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_character_set_name.phpt27 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
36 printf("[006] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
51 …printf("[010] Could be known server bug http://bugs.mysql.com/bug.php?id=7923, collation %s instea…
H A Dmysqli_pconn_conn_multiple.phpt20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
45 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
73 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
82 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
107 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
135 …printf("[029] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_options.phpt63 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
72 printf("[008] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
89 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
90 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
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=%…
/PHP-5.3/ext/ftp/tests/
H A D005.phpt2 FTP with bogus server responses
10 require 'server.inc';
13 if (!$ftp) die("Couldn't connect to the server");
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug54929.phpt50 …rror in your SQL syntax; check the manual that corresponds to your MySQL server version for the ri…
57 …rror in your SQL syntax; check the manual that corresponds to your MySQL server version for the ri…
/PHP-5.3/ext/imap/tests/
H A DREADME2 Many of the tests in this directory require a mail server to be running, if there is no mail server
H A Dskipif.inc8 $options = OP_HALFOPEN; // this should be enough to verify server present
/PHP-5.3/ext/mysql/tests/
H A Dmysql_pconn_kill.phpt24 …printf("[001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
68 PHP Warning: mysql_pconnect(): MySQL server has gone away */
84 …printf("[012] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
91 …printf("[014] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
H A Dmysql_pconn_reuse.phpt26 printf("[001] Can connect to the server.\n");
62 [001] Can connect to the server.
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…
H A Dclean_table.inc6 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug30045.phpt21 $this->server = new SoapServer($wsdl, $options);
22 $this->server->addFunction('foo');
31 $this->server->handle($request);
/PHP-5.3/ext/soap/tests/interop/Round4/GroupI/
H A Dround4_groupI_xsd.inc195 $server = new SoapServer(dirname(__FILE__)."/round4_groupI_xsd.wsdl");
196 $server->setClass("SOAP_Interop_GroupI");
197 $server->handle($HTTP_RAW_POST_DATA);
/PHP-5.3/ext/soap/tests/
H A Dserver031.phpt49 $server = new SoapServer(dirname(__FILE__)."/server030.wsdl");
50 $server->setClass('handlerClass');
63 $server->handle($HTTP_RAW_POST_DATA);
/PHP-5.3/sapi/thttpd/
H A DREADME5 turbo, throttling HTTP server by Jef Poskanzer.
8 script will block all other requests. Choose another web server,
43 demonstrate the ability of PHP to work in every web server environment.
/PHP-5.3/
H A DINSTALL82 need no server and no browser.
141 * A web server
246 stop and restart the server, not just cause the server to reload by
540 server.modules += ( "mod_fastcgi" )
542 fastcgi.server = ( ".php" =>
612 fastcgi.server = ( ".php" =>
679 administration server):
763 admin server which runs the startup script of the web server, you
765 server!). This is why the environment of the started web server has
767 the web server not from the administration server. Use the command
[all …]
/PHP-5.3/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.3/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt2 Sybase-CT server message handler
15 // Handles server messages
/PHP-5.3/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()
625 OCIHandleAlloc(H->env, (dvoid **)&H->server, OCI_HTYPE_SERVER, 0, NULL); in pdo_oci_handle_factory()
627 H->last_err = OCIServerAttach(H->server, H->err, (text*)vars[1].optval, in pdo_oci_handle_factory()
651 H->last_err = OCIAttrSet(H->svc, OCI_HTYPE_SVCCTX, H->server, 0, OCI_ATTR_SERVER, H->err); in pdo_oci_handle_factory()
/PHP-5.3/ext/simplexml/tests/
H A Dbug40451.phpt11 <Name>host.server.com</Name>
/PHP-5.3/ext/sockets/tests/
H A Dbug51958.phpt2 Bug #51958: socket_accept() fails on IPv6 server sockets

Completed in 48 milliseconds

12345678910>>...19