Home
last modified time | relevance | path

Searched refs:open (Results 76 – 100 of 691) sorted by path

12345678910>>...28

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_insert_id.phpt11 …die("skip Might hit known and open bugs http://bugs.mysql.com/bug.php?id=30472, http://bugs.mysql.…
H A Dmysqli_connect_twice.phpt2 Calling connect() on an open connection to create a new connection
H A Dmysqli_max_links.phpt24 …printf("[%03d] One link is already open, it should not be possible to open more, [%d] %s, [%d] %s\…
47 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
49 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
51 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
53 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
55 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt184 Warning: mysqli::real_connect(%sest_sha256_wrong_%d): failed to open stream: No such file or direct…
H A Dmysqli_pconn_conn_multiple.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
H A Dmysqli_pconn_limits.phpt29 printf("[002] Cannot open second regular connection, [%d] %s\n",
H A Dmysqli_pconn_max_links.phpt145 printf("[015] Can open more persistent connections than allowed, [%d] %s\n",
158 …printf("[017] mysqli.max_persistent=%d allows %d open connections!\n", ini_get('mysqli.max_persist…
195 Warning: %s: Too many open persistent links (%d) in %s on line %d
H A Dmysqli_pconn_twice.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
H A Dmysqli_real_connect.phpt126 printf("[020] Cannot open temporary file %s\n", $filename);
H A Dmysqli_real_connect_pconn.phpt105 printf("[020] Cannot open temporary file %s\n", $filename);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt64 TODO - we skip this because of the open bug http://bugs.mysql.com/bug.php?id=26824
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c39 MYSQLND_METHOD(mysqlnd_debug, open)(MYSQLND_DEBUG * self, zend_bool reopen) in MYSQLND_METHOD() argument
71 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
144 self->m->open(self, TRUE); in MYSQLND_METHOD()
169 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
247 self->m->open(self, TRUE); in MYSQLND_METHOD()
712 MYSQLND_METHOD(mysqlnd_debug, open),
H A Dmysqlnd_debug.h31 enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen); member
/PHP-5.5/ext/oci8/tests/
H A Dbug42496_1.phpt2 Bug #42496 (LOB fetch leaks cursors, eventually failing with ORA-1000 maximum open cursors reached)
H A Dbug42496_2.phpt2 Bug #42496 (LOB fetch leaks cursors, eventually failing with ORA-1000 maximum open cursors reached)
H A Dbug42841.phpt23open out_1 for select 11 from dual union all select 12 from dual union all select 13 from dual;
H A Dbug43492.phpt37 will fail with the error "ORA-01000: maximum open cursors exceeded".
H A Dbug44206.phpt2 Bug #44206 (Test if selecting ref cursors leads to ORA-1000 maximum open cursors reached)
H A Dconn_attr_2.phpt53 // Re-open a persistent connection and check for the attr values.
54 echo "\n**Re-open a pconnect()**\n";
96 **Re-open a pconnect()**
H A Ddrcp_conn_close1.phpt13 // Test will open a connection
H A Ddrcp_conn_close2.phpt13 // Test will open a connection
H A Ddrcp_pconn_close1.phpt13 // Test will open a persistent connection
H A Ddrcp_pconn_close2.phpt13 // Test will open a persistent connection
H A Ddrcp_scope1.phpt14 // Test will open a connection within a function (function 1).
H A Ddrcp_scope2.phpt14 // Test will open a connection within a function (function 1).

Completed in 40 milliseconds

12345678910>>...28