Home
last modified time | relevance | path

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

12345678

/PHP-5.3/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 Dserverversion.phpt27 resource(%d) of type (oci8 connection)
H A Derror_bind.phpt35 // Use a connection resource instead of a ROWID.
63 resource(%d) of type (oci8 connection)
H A Dconn_attr_4.phpt2 Set and get of connection attributes with errors.
33 // Invalid connection handle.
36 // Variable instead of a connection resource.
H A Derror_old.phpt28 resource(%s) of type (oci8 connection)
H A Derror.phpt28 resource(%s) of type (oci8 connection)
/PHP-5.3/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.3/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",
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.3/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.3/ext/ftp/tests/
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
/PHP-5.3/ext/soap/
H A Dphp_http.c287 char *connection; in make_http_soap_request() local
955 if (connection) { in make_http_soap_request()
956 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
959 efree(connection); in make_http_soap_request()
963 connection = get_http_header_value(http_headers,"Connection: "); in make_http_soap_request()
964 if (connection) { in make_http_soap_request()
968 efree(connection); in make_http_soap_request()
975 if (connection) { in make_http_soap_request()
979 efree(connection); in make_http_soap_request()
984 if (connection) { in make_http_soap_request()
[all …]
/PHP-5.3/ext/pgsql/tests/
H A Dconfig.inc5 $conn_str = "host=localhost dbname=test"; // connection string
H A D05large_object.phpt45 echo "Test without connection\n";
79 Test without connection
/PHP-5.3/ext/standard/tests/network/
H A Dcloselog_basic.phpt6 * Description: Close connection to system logger
H A Dcloselog_error.phpt6 * Description: Close connection to system logger
/PHP-5.3/sapi/webjames/
H A Dwebjames.c33 struct connection *conn; /*structure holding all the details of the current request*/
219 static void webjames_php_close(struct connection *conn, int force) in webjames_php_close()
228 void webjames_php_request(struct connection *conn) in webjames_php_request()
/PHP-5.3/ext/curl/tests/
H A Dcurl_file_deleted_before_curl_close.phpt37 * Closing connection #%d

Completed in 47 milliseconds

12345678