Home
last modified time | relevance | path

Searched refs:connection (Results 101 – 125 of 209) sorted by relevance

123456789

/PHP-8.1/ext/oci8/tests/
H A Dold_oci_close.phpt21 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)
/PHP-8.1/ext/mysqli/tests/
H A Dbug75448.phpt2 mysqli_prepare() called on a closed connection should return FALSE (bug #75448)
H A Dbug72701.phpt11 die("skip require 127.0.0.1 connection");
H A Dmysqli_pconn_max_links.phpt89 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n",
98 // change the password for the second DB user and kill the persistent connection
104 // change the password for the second DB user and kill the persistent connection
113 …printf("[007] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysqli_errno($link)…
126 printf("[009] Persistent connection has not been killed\n");
162 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n",
/PHP-8.1/ext/pdo_firebird/tests/
H A Dpayload_test.phpt2 FB payload server satisfies connection attempt
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug70221.phpt2 Bug #70221 (persistent sqlite connection + custom function segfaults)
/PHP-8.1/sapi/fpm/tests/
H A Dsocket-ipv4-basic.phpt2 FPM: Socket for IPv4 connection
H A Dsocket-ipv6-basic.phpt2 FPM: Socket for IPv6 connection
H A Dsocket-uds-basic.phpt2 FPM: Unix Domain Socket connection
H A Dsocket-ipv6-any.phpt2 FPM: Socket for IPv6 any address connection
/PHP-8.1/ext/ftp/tests/
H A Dbug37799.phpt2 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
/PHP-8.1/ext/pgsql/tests/
H A Dgh12763.phpt2 Bug #GH12763 (pg_untrace(): Argument #1 ($connection) must be of type resource or null, PgSql\Conne…
H A D29nb_async_connect.phpt34 die("async connection failed");
/PHP-8.1/ext/soap/
H A Dphp_http.c350 char *connection; in make_http_soap_request() local
1033 if (connection) { in make_http_soap_request()
1034 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1037 efree(connection); in make_http_soap_request()
1042 if (connection) { in make_http_soap_request()
1043 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1046 efree(connection); in make_http_soap_request()
1053 if (connection) { in make_http_soap_request()
1057 efree(connection); in make_http_soap_request()
1062 if (connection) { in make_http_soap_request()
[all …]
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug77289.phpt2 Bug #77289: PDO MySQL segfaults with persistent connection
H A Dbug_74376.phpt2 Bug #74376 (Invalid free of persistent results on error/connection loss)
H A Dpdo_mysql_class_constants.phpt8 /* Need connection to detect library version */
23 This however will fail with no connection. */
/PHP-8.1/ext/imap/tests/
H A Dgh9309.phpt2 Bug GH-9309 (Segfault when connection is used after imap_close())
/PHP-8.1/ext/sockets/tests/
H A Dsocket_bind.phpt12 die("skip test requiring internet connection");
H A Dsocket_clear_error-win32.phpt29 Warning: socket_connect(): unable to connect [%d]: No connection could be made because the target m…
/PHP-8.1/ext/sqlite3/tests/
H A Dbug66550.phpt13 // Close the database connection and free the internal sqlite3_stmt object
/PHP-8.1/ext/standard/tests/streams/
H A Dbug73457.phpt2 Bug #73457. Wrong error message when fopen FTP wrapped fails to open data connection
H A Dgh8409.phpt2 GH-8409: Error in socket creation when error handler does not clean persistent connection
/PHP-8.1/ext/pdo/tests/
H A Dbug_72788.phpt2 PDO Common: Bug #72788 (Invalid memory access when using persistent PDO connection)

Completed in 73 milliseconds

123456789