Home
last modified time | relevance | path

Searched refs:connection (Results 176 – 200 of 209) sorted by relevance

123456789

/PHP-8.1/ext/curl/tests/
H A Dserver.inc43 // Now wait for a connection to succeed.
/PHP-8.1/ext/oci8/tests/
H A Ddetails.inc20 $dbase = getenv('PHP_OCI8_TEST_DB'); // Database connection string
H A Dconn_attr_5.phpt2 Set and get connection attributes with scope end.
H A Dconn_attr_1.phpt2 Set and get of connection attributes with all types of connections.
H A Dbug41069.phpt9 if (empty($dbase)) die ("skip requires network connection alias for DB link loopback");
H A Dconn_attr.inc63 /* Pass $conn_type=1 for a connection with oci_connect()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_pconn_disabled.phpt26 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
H A Dbug55283.phpt59 /* non-persistent connection */
H A Dmysqli_fetch_field_oo.phpt27 // Make sure that client, connection and result charsets are all the
H A Dmysqli_connect_attr.phpt2 mysqli check the session_connect_attrs table for connection attributes
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt16 // Make sure that client, connection and result charsets are all the
H A Dmysqli_change_user_locks_temporary.phpt16 printf("[001] Cannot create second connection handle, [%d] %s\n",
H A Dmysqli_debug_append.phpt30 // table.inc will create a database connection and run some SQL queries, therefore
H A Dmysqli_fetch_field.phpt17 // Make sure that client, connection and result charsets are all the
H A Dmysqli_field_seek.phpt61 // Make sure that client, connection and result charsets are all the
H A Dmysqli_change_user_set_names.phpt144 printf("[014] Expecting connection charset to be %s got %s\n",
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug72294.phpt2 Bug #72294 Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_multi_statements.phpt39 // New connection, does not allow multiple statements.
H A Dpdo_mysql_attr_server_version.phpt34 // for connection parameter...
H A Dbug_42499.phpt2 Bug #42499 (Multi-statement execution via PDO::exec() makes connection unusable)
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server.inc66 // Now wait for a connection to succeed.
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi.inc153 * Define whether or not the FastCGI application should keep the connection
156 * @param bool $b true if the connection should stay alive, false otherwise
169 * @return bool true if the connection should stay alive, false otherwise
262 * Create a connection to the FastCGI application
420 // close connection so it can be re-set reset and throw an error
/PHP-8.1/ext/pdo_odbc/tests/
H A Dcommon.phpt11 die('skip - either PDOTEST_DSN or com_dotnet extension is needed to setup the connection');
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt92 // Open new connection to really verify what was inserted
/PHP-8.1/docs/
H A Dstreams.md94 /* Open a connection to a host and return a stream. */
327 MySQL, you might want to store the connection and rowset handles.
344 /* initialize the connection, and run a query, using the fields in state to
403 connection and then use pefree to dispose of the struct you allocated. You may

Completed in 34 milliseconds

123456789