Home
last modified time | relevance | path

Searched refs:connection (Results 51 – 75 of 170) sorted by relevance

1234567

/php-src/ext/sockets/tests/
H A Dsocket_meminfo.phpt35 /* Accept that connection */
38 die('Unable to accept connection');
H A Dsocket_getpeername_ipv4loop.phpt44 /* Accept that connection */
47 die('Unable to accept connection');
H A Dsocket_getpeername_ipv6loop.phpt49 /* Accept that connection */
52 die('Unable to accept connection');
H A Dsocket_accept_failure.phpt13 Warning: socket_accept(): unable to accept incoming connection [%d]: %s in %s on line %d
/php-src/ext/standard/tests/network/
H A Dtcp6loop.phpt35 /* Accept that connection */
38 die('Unable to accept connection');
H A Dgethostbyname_error004.phpt8 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
/php-src/ext/standard/tests/streams/
H A Dbug70198.phpt14 - as soon as client connects, close connection and exit
30 /* just close the connection immediately after accepting,
/php-src/ext/dom/tests/
H A DDOMNode_DOMNameSpaceNode_isConnected.phpt20 echo "--- Appending and checking connection isn't broken for parents ---\n";
47 --- Appending and checking connection isn't broken for parents ---
/php-src/ext/pdo_mysql/tests/
H A Dconstruct_persistent_failure.phpt2 Failure when creating persistent connection
/php-src/ext/ldap/tests/
H A Dldap_connect_basic.phpt2 ldap_connect() - Basic connection
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt25 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
50 …printf("[006] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
62 /* reuse of existing persistent connection expected! */
78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
H A Dmysqli_pconn_conn_multiple.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
33 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
56 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
93 …printf("[020] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
116 …printf("[026] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
H A Dmysqli_poll_kill.phpt21 // Killing connection - 1
60 // Let's pass a dead connection
65 printf("[008] There should be no connection ready! Returned %s/%s, expecting int/0.\n",
69 printf("[009] There should be no errors but one rejected connection\n");
77 // Killing connection - 2
139 // Killing connection - 3
H A Dbug75448.phpt2 mysqli_prepare() called on a closed connection should return FALSE (bug #75448)
H A Dconnect.inc34 …* @param bool $enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT…
52 …* @param bool $enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_…
67 …// which we do not want to override. However, we want to make sure that if a connection cannot be …
H A Dbug72701.phpt10 die("skip require 127.0.0.1 connection");
/php-src/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt34 * Skips 10.5.80.146 for data connection, uses 10.5.80.146 instead
41 //force passive connection
/php-src/ext/ftp/tests/
H A Dftp_connect_001.phpt2 ftp_connect - return FALSE if connection fails and Waning is generated
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
/php-src/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h60 } connection; member
129 #define mysqlnd_conn_get_methods() mysqlnd_plugin_methods_xetters.connection.get()
130 #define mysqlnd_conn_set_methods(m) mysqlnd_plugin_methods_xetters.connection.set((m))
/php-src/ext/pgsql/tests/inc/
H A Dconfig.inc8 … ?: "host=localhost dbname=test port=5432 user=postgres password=postgres"; // connection string
/php-src/ext/pgsql/tests/
H A Dbug75419.phpt17 Deprecated: pg_ping(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
H A Dgh12763.phpt2 Bug #GH12763 (pg_untrace(): Argument #1 ($connection) must be of type resource or null, PgSql\Conne…
/php-src/ext/pdo_sqlite/tests/
H A Dbug70221.phpt2 Bug #70221 (persistent sqlite connection + custom function segfaults)
/php-src/sapi/fpm/tests/
H A Dsocket-ipv4-basic.phpt2 FPM: Socket for IPv4 connection

Completed in 52 milliseconds

1234567