Home
last modified time | relevance | path

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

1234567

/php-src/ext/soap/
H A Dphp_http.c359 char *connection; in make_http_soap_request() local
1067 if (connection) { in make_http_soap_request()
1068 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1071 efree(connection); in make_http_soap_request()
1076 if (connection) { in make_http_soap_request()
1077 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1080 efree(connection); in make_http_soap_request()
1087 if (connection) { in make_http_soap_request()
1091 efree(connection); in make_http_soap_request()
1096 if (connection) { in make_http_soap_request()
[all …]
/php-src/sapi/fpm/tests/
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-src/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. */
H A Dpdo_mysql_attr_connection_status.phpt22 if (false !== $db->setAttribute(PDO::ATTR_CONNECTION_STATUS, 'my own connection status'))
/php-src/ext/standard/tests/streams/
H A Dgh11418.phpt2 GH-11418: fgets on a redis socket connection fails on PHP 8.3
H A Dbug73457.phpt2 Bug #73457. Wrong error message when fopen FTP wrapped fails to open data connection
/php-src/ext/pdo_firebird/tests/
H A Dautocommit.phpt27 echo "new connection\n";
64 new connection
H A Dpayload_test.phpt2 FB payload server satisfies connection attempt
/php-src/ext/sockets/tests/
H A Dsocket_bind.phpt12 die("skip test requiring internet connection");
H A Dsocket_clear_error-win32.phpt23 Warning: socket_connect(): unable to connect [%d]: No connection could be made because the target m…
/php-src/ext/sqlite3/tests/
H A Dbug66550.phpt13 // Close the database connection and free the internal sqlite3_stmt object
/php-src/ext/odbc/
H A Dphp_odbc.c85 res->index = connection->results.nNextFreeElement; in odbc_insert_new_result()
154 close_results_with_connection(link->connection); in odbc_link_free()
157 free_connection(link->connection, link->persistent); in odbc_link_free()
160 link->connection = NULL; in odbc_link_free()
200 if (link->connection) { in odbc_connection_free_obj()
869 if (link->connection) { in PHP_FUNCTION()
2149 ret = SQLAllocEnv(&link->connection->henv); in odbc_sqlconnect()
2155 ret = SQLAllocConnect(link->connection->henv, &link->connection->hdbc); in odbc_sqlconnect()
2401 link->connection = db_conn;
2447 CHECK_ODBC_CONNECTION(connection);
[all …]
/php-src/ext/standard/tests/network/
H A Dbug73594a.phpt5 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
H A Dgetmxrr.phpt6 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
H A Dbug73594.phpt5 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
/php-src/ext/mysqli/tests/
H A Dgh8978.phpt2 Bug GH-8267 (Invalid error message when connection via SSL fails)
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");
163 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n",
H A Dmysqli_get_info_deprecations.phpt30 Deprecated: mysqli_get_client_info(): Passing connection object as an argument is deprecated in %s
/php-src/ext/pdo/tests/
H A Dbug_72788.phpt2 PDO Common: Bug #72788 (Invalid memory access when using persistent PDO connection)
/php-src/ext/pgsql/tests/
H A D29nb_async_connect.phpt34 die("async connection failed");
H A Dpg_socket_poll.phpt2 PostgreSQL poll on connection's socket

Completed in 30 milliseconds

1234567