Home
last modified time | relevance | path

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

12345678

/PHP-5.4/ext/oci8/tests/
H A Dconnect.phpt21 resource(%d) of type (oci8 connection)
H A Dconnect_old.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 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)
H A Dserverversion.phpt27 resource(%d) of type (oci8 connection)
/PHP-5.4/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.4/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.4/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",
H A Dconnect.inc85 …* @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS…
106 * @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS)
138 'connection' => NULL,
206 $charsets['connection'] = array(
220 $charsets['connection']['nr'] = $collation['Id'];
/PHP-5.4/ext/soap/
H A Dphp_http.c291 char *connection; in make_http_soap_request() local
967 if (connection) { in make_http_soap_request()
968 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
971 efree(connection); in make_http_soap_request()
975 connection = get_http_header_value(http_headers,"Connection: "); in make_http_soap_request()
976 if (connection) { in make_http_soap_request()
980 efree(connection); in make_http_soap_request()
987 if (connection) { in make_http_soap_request()
991 efree(connection); in make_http_soap_request()
996 if (connection) { in make_http_soap_request()
[all …]
/PHP-5.4/ext/ftp/tests/
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
/PHP-5.4/ext/mysql/tests/
H A Dmysql_max_links.phpt39 printf("[040] Last connection should not have been allowed!\n");
46 // should be allowed -> second open connection
/PHP-5.4/ext/pgsql/tests/
H A Dconfig.inc5 $conn_str = "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.4/ext/sqlite3/tests/
H A Dbug66550.phpt15 // Close the database connection and free the internal sqlite3_stmt object

Completed in 42 milliseconds

12345678