Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/oci8/tests/
H A Ddrcp_cclass1.phpt2 DRCP: Test setting connection class inline
8 if (!$test_drcp) die("skip testing DRCP connection class only works in DRCP mode");
11 die('skip DRCP test requires a DRCP pooled server connection');
H A Duncommitted.phpt2 uncommitted connection
H A Dconnect_scope1.phpt38 return($s); // this keeps the connection refcount positive so the connection isn't closed
H A Dconnect_scope2.phpt38 return($s); // this keeps the connection refcount positive so the connection isn't closed
H A Dconnect.phpt21 resource(%d) of type (oci8 connection)
H A Dserverversion.phpt24 resource(%d) of type (oci8 connection)
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt58 … // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
61 // the first day on. And that's: no connection.
75 … // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
78 // the first day on. And that's: no connection.
H A Dmysqli_connect_twice.phpt2 Calling connect() on an open connection to create a new connection
27 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
52 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
H A Dmysqli_pconn_reuse.phpt25 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
50 …printf("[006] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
62 /* reuse of existing persistent connection expected! */
78 …printf("[010] Seems as if we have got a new connection, connections should have been cached and re…
H A Dmysqli_change_user_get_lock.phpt71 /* Ok, let's try a NEW connection and a NEW lock! */
74 printf("[010] Cannot open new connection, [%d] %s\n",
82 …printf("... calling IS_USED_LOCK() on '%s' using new connection with thread '%d'\n", $newlock, $ne…
105 ... calling IS_USED_LOCK() on 'phptest_%d' using new connection with thread '%d'
H A Dmysqli_pconn_conn_multiple.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
33 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
58 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
95 …printf("[020] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
120 …printf("[026] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
H A Dmysqli_poll_kill.phpt25 // Killing connection - 1
64 // Lets pass a dead connection
69 printf("[008] There should be no connection ready! Returned %s/%s, expecting int/0.\n",
73 printf("[009] There should be no errors but one rejected connection\n");
81 // Killing connection - 2
143 // Killing connection - 3
H A Dmysqli_reconnect.phpt19 printf("[001] Cannot create second database connection, [%d] %s\n",
55 // after 2+ seconds the server should kill the connection
68 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
91 …printf("[014] Cannot KILL timeout connection, [%d] %s\n", mysqli_errno($link2), mysqli_error($link…
/PHP-8.1/ext/sockets/tests/
H A Dsocket_getpeername_ipv4loop.phpt44 /* Accept that connection */
47 die('Unable to accept connection');
H A Dsocket_getpeername_ipv6loop.phpt49 /* Accept that connection */
52 die('Unable to accept connection');
H A Dsocket_accept_failure.phpt13 Warning: socket_accept(): unable to accept incoming connection [%d]: %s in %s on line %d
/PHP-8.1/ext/standard/tests/network/
H A Dtcp6loop.phpt35 /* Accept that connection */
38 die('Unable to accept connection');
H A Dgethostbyname_error004.phpt8 if (getenv("SKIP_ONLINE_TESTS")) die("skip test requiring internet connection");
/PHP-8.1/ext/standard/tests/streams/
H A Dbug70198.phpt14 - as soon as client connects, close connection and exit
29 /* just close the connection immediately after accepting,
/PHP-8.1/ext/pdo_mysql/tests/
H A Dconstruct_persistent_failure.phpt2 Failure when creating persistent connection
/PHP-8.1/ext/ldap/tests/
H A Dldap_connect_basic.phpt2 ldap_connect() - Basic connection
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h135 ZEND_ARG_INFO(0, connection)
142 ZEND_ARG_INFO(0, connection)
249 ZEND_ARG_INFO(0, connection)
285 ZEND_ARG_INFO(0, connection)
303 ZEND_ARG_INFO(0, connection)
312 ZEND_ARG_INFO(0, connection)
317 ZEND_ARG_INFO(0, connection)
322 ZEND_ARG_INFO(0, connection)
329 ZEND_ARG_INFO(0, connection)
334 ZEND_ARG_INFO(0, connection)
[all …]
/PHP-8.1/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt34 * Skips 10.5.80.146 for data connection, uses 10.5.80.146 instead
41 //force passive connection
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h60 } connection; member
129 #define mysqlnd_conn_get_methods() mysqlnd_plugin_methods_xetters.connection.get()
130 #define mysqlnd_conn_set_methods(m) mysqlnd_plugin_methods_xetters.connection.set((m))
/PHP-8.1/ext/pgsql/tests/
H A Dbug75419.phpt17 Deprecated: pg_ping(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d

Completed in 25 milliseconds

123456789