Home
last modified time | relevance | path

Searched refs:connection (Results 151 – 175 of 209) sorted by relevance

123456789

/PHP-8.1/ext/mysqli/tests/
H A Dconnect.inc57 …* @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS…
77 … * @param enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_FLAGS)
H A Dmysqli_max_links.phpt16 // to make sure we have at least one working connection...
H A Dbug49442.phpt68 …mysqlnd makes a connection created through mysql_init()/mysqli_real_connect() always a 'persistent…
71 …not consider it as a 'persistent' connection in a user sense, ext/mysqli will not apply max_persis…
H A Dmysqli_debug.phpt29 // table.inc will create a database connection and run some SQL queries, therefore
H A Dmysqli_fetch_fields.phpt17 // Make sure that client, connection and result charsets are all the
H A Dmysqli_fork.phpt2 Forking a child and using the same connection.
53 … printf("[003] Expecting error and closed connection, child exit should have closed connection\n");
/PHP-8.1/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt35 /* Accept that connection */
/PHP-8.1/ext/oci8/tests/
H A Dlob_017.phpt2 returning multiple lobs (using persistent connection)
H A Dconnect_scope_try2.phpt82 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try6.phpt82 resource(%d) of type (oci8 persistent connection)
H A Dconnect_scope_try1.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try3.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try4.phpt82 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try5.phpt81 resource(%d) of type (oci8 persistent connection)
/PHP-8.1/ext/openssl/tests/
H A Dbug48182.phpt2 Bug #48182: ssl handshake fails during asynchronous socket connection
H A Dopenssl_peer_fingerprint_basic.phpt2 Testing peer fingerprint on connection
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt22 // -may have to specify connection info in connection string without using a DSN (DSN-less connec…
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt2 PDO_MYSQL: check the session_connect_attrs table for connection attributes
H A Dbug_39858.phpt2 Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced)
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt2 PDO_OCI: Attribute: Set prefetch on connection
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt15 /* Accept that connection */
H A Dstream_get_meta_data_socket_variation2.phpt15 /* Accept that connection */
H A Dstream_get_meta_data_socket_variation1.phpt15 /* Accept that connection */
/PHP-8.1/sapi/apache2handler/
H A Dsapi_apache2.c308 if (ap_rflush(r) < 0 || r->connection->aborted) { in php_apache_sapi_flush()
660 brigade = apr_brigade_create(r->pool, r->connection->bucket_alloc); in php_handler()
726 bucket = apr_bucket_eos_create(r->connection->bucket_alloc); in php_handler()
730 if (rv != APR_SUCCESS || r->connection->aborted) { in php_handler()
/PHP-8.1/ext/pdo_firebird/tests/
H A Dpayload_server.inc40 // Now wait for a connection to succeed.

Completed in 34 milliseconds

123456789