Home
last modified time | relevance | path

Searched refs:connection (Results 51 – 75 of 209) sorted by relevance

123456789

/PHP-8.1/ext/oci8/tests/
H A Dpassword_new.phpt10 if (empty($dbase)) die ("skip requires database connection string be set");
50 resource(%d) of type (oci8 connection)
51 resource(%d) of type (oci8 connection)
52 resource(%d) of type (oci8 connection)
H A Dconnect_1.phpt31 resource(%d) of type (oci8 persistent connection)
32 resource(%d) of type (oci8 connection)
H A Dpassword.phpt8 if (empty($dbase)) die ("skip requires database connection string be set");
78 resource(%d) of type (oci8 connection)
79 resource(%d) of type (oci8 connection)
80 resource(%d) of type (oci8 connection)
H A Dpassword_2.phpt8 if (empty($dbase)) die ("skip requires database connection string be set");
77 resource(%d) of type (oci8 persistent connection)
78 resource(%d) of type (oci8 persistent connection)
79 resource(%d) of type (oci8 persistent connection)
H A Dconn_attr_4.phpt2 Set and get of connection attributes with errors.
39 // Invalid connection handle.
46 // Variable instead of a connection resource.
97 string(%d) "oci_set_action(): Argument #1 ($connection) must be of type resource, null given"
100 string(%d) "oci_set_client_info(): Argument #1 ($connection) must be of type resource, string given"
/PHP-8.1/ext/odbc/tests/
H A Dodbc_persistent_close.phpt2 odbc_pconnect(): Make sure closing a persistent connection works
27 // set a session specific variable via CONTEXT_INFO, if we get the same connection again, it should…
52 // run 2: reuse same connection (imagine this is another request)
56 // run 3: close it and see if it's the same connection
/PHP-8.1/ext/standard/tests/file/
H A Dbug52820.phpt49 \* Closing connection( -?\d+)?
54 \* Closing connection( -?\d+)?
59 \* Closing connection( -?\d+)?
64 \* Closing connection( -?\d+)?
/PHP-8.1/ext/ftp/tests/
H A Dserver.inc53 if (!$s) die("Error accepting a new connection\n");
195 fputs($s, "150 File status okay; about to open data connection\r\n");
200 fputs($s, "425 Can't open data connection\r\n");
234 fputs($s, "150 File status okay; about to open data connection\r\n");
239 fputs($s, "425 Can't open data connection\r\n");
279 fputs($s, "425 Can't open data connection\r\n");
335 fputs($s, "425 Can't open data connection\r\n");
343 //the data connection is handled in another forked process
457 fputs($s, "425 Error establishing connection\r\n");
471 fputs($s, "425 Error establishing connection\r\n");
[all …]
H A Dgh10521.phpt37 %s: ftp_fget(): Can't open data connection (12345678910). in %s on line %d
39 %s: ftp_fget(): Can't open data connection (9223372036854775807). in %s on line %d
/PHP-8.1/ext/standard/tests/network/
H A Dbug20134.phpt10 /* UDP will never cause a connection error, as it is
11 * a connection-LESS protocol */
H A Dtcp4loop.phpt24 /* Accept that connection */
27 die('Unable to accept connection');
H A Dunixloop.phpt26 /* Accept that connection */
29 die('Unable to accept connection');
/PHP-8.1/ext/pgsql/tests/
H A D18pg_escape_bytea_before.phpt2 PostgreSQL pg_escape_bytea() functions (before connection)
32 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
H A D02connection.phpt2 PostgreSQL connection
9 // connection function tests
H A D05large_object.phpt56 echo "Test without connection\n";
122 Test without connection
124 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
128 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
132 Deprecated: pg_lo_create(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_get_host_info.phpt18 /* this should be a TCP/IP connection and not a Unix Socket (or SHM or Named Pipe) */
20 printf("[004] Should be a TCP/IP connection but mysqlnd says '%s'\n", $info);
H A Dmysqli_no_reconnect.phpt17 printf("[001] Cannot create second database connection, [%d] %s\n",
53 // after 2+ seconds the server should kill the connection
66 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
73 … printf("[011] Executing a query should not be possible, connection should be closed, [%d] %s\n",
77 printf("[012] Cannot create database connection, [%d] %s\n",
120 printf("[017] Running a query should not be possible, connection should be gone, [%d] %s\n",
H A Dmysqli_pconn_twice.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
26 /* it is undefined which pooled connection we get - thread ids may differ */
45 /* it is undefined which pooled connection we get - thread ids may differ */
H A Dbug69899.phpt4 The segfault happens only if the database connection was already closed and
7 unconditionally sets the connection of the statement to ready, despite the fact
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt39 // Use 2nd connection to check that autocommit does commit
47 echo "Second connection should be able to see committed data\n";
64 Second connection should be able to see committed data
/PHP-8.1/ext/sockets/tests/
H A Dipv4loop.phpt32 /* Accept that connection */
35 die('Unable to accept connection');
H A Dipv6loop.phpt40 /* Accept that connection */
43 die('Unable to accept connection');
H A Dunixloop.phpt40 /* Accept that connection */
43 die('Unable to accept connection');
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt2 PDO_MYSQL: Defining a connection charset in the DSN
21 …/* Done with the original connection, create a second link to test the character set being defined…
/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_segfault.phpt2 Segfault due to libcurl connection caching
26 //force passive connection

Completed in 34 milliseconds

123456789