Home
last modified time | relevance | path

Searched refs:connection (Results 76 – 100 of 190) sorted by relevance

12345678

/PHP-5.5/ext/standard/tests/network/
H A Dgethostbyname_basic001.phpt8 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
H A Dgethostbyname_error004.phpt8 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
H A Dcloselog_basic.phpt6 * Description: Close connection to system logger
H A Dgetmxrr.phpt6 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
H A Dcloselog_error.phpt6 * Description: Close connection to system logger
/PHP-5.5/ext/oci8/tests/
H A Dconnect_old.phpt21 resource(%d) of type (oci8 connection)
H A Dconnect.phpt21 resource(%d) of type (oci8 connection)
H A Dold_oci_close.phpt20 resource(%d) of type (oci8 connection)
H A Dold_oci_close1.phpt20 resource(%d) of type (oci8 connection)
H A Dserverversion.phpt27 resource(%d) of type (oci8 connection)
H A Ddrcp_cclass1.phpt2 DRCP: Test setting connection class inline
7 if (!$test_drcp) die("skip testing DRCP connection class only works in DRCP mode");
H A Derror_bind.phpt35 // Use a connection resource instead of a ROWID.
63 resource(%d) of type (oci8 connection)
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_close_notopen.phpt18 Warning: sybase_close(): Sybase: No connection to close in %s on line %d
H A Dtest_connection_caching.phpt2 Sybase-CT connection caching
H A Dtest_connectionbased_msghandler.phpt2 Sybase-CT connection-based server message handler
/PHP-5.5/ext/mysqli/tests/
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", $…
58 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
95 …printf("[020] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
120 …printf("[026] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
H A Dmysqli_pconn_max_links.phpt76 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n",
85 // change the password for the second DB user and kill the persistent connection
90 // change the password for the second DB user and kill the persistent connection
98 …printf("[007] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysqli_errno($link)…
111 printf("[009] Persistent connection has not been killed\n");
135 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n",
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt91 printf("[004] Cannot run query on persistent connection of second DB user, [%d] %s\n",
100 // change the password for the second DB user and kill the persistent connection
115 …printf("[008] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysql_errno($link),…
128 printf("[010] Persistent connection has not been killed\n");
148 …// The first connection has been closed, the last pconnect() was unable to connect -> no connectio…
158 printf("[016] Cannot run query on persistent connection of second DB user, [%d] %s\n",
/PHP-5.5/ext/ftp/tests/
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
/PHP-5.5/ext/soap/
H A Dphp_http.c353 char *connection; in make_http_soap_request() local
1029 if (connection) { in make_http_soap_request()
1030 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1033 efree(connection); in make_http_soap_request()
1037 connection = get_http_header_value(http_headers,"Connection: "); in make_http_soap_request()
1038 if (connection) { in make_http_soap_request()
1042 efree(connection); in make_http_soap_request()
1049 if (connection) { in make_http_soap_request()
1053 efree(connection); in make_http_soap_request()
1058 if (connection) { in make_http_soap_request()
[all …]
/PHP-5.5/ext/pgsql/tests/
H A Dconfig.inc7 …r = getenv('PGSQL_TEST_CONNSTR') ?: "host=localhost dbname=test port=5432"; // connection string
H A D18pg_escape_bytea_before.phpt2 PostgreSQL pg_escape_bytea() functions (before connection)
H A D05large_object.phpt45 echo "Test without connection\n";
79 Test without connection
/PHP-5.5/ext/sqlite3/tests/
H A Dbug66550.phpt15 // Close the database connection and free the internal sqlite3_stmt object
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt7 /* Need connection to detect library version */
47 This however will fail with no connection. */

Completed in 64 milliseconds

12345678