Home
last modified time | relevance | path

Searched refs:db1 (Results 1 – 10 of 10) sorted by relevance

/PHP-5.4/ext/dba/
H A Ddba_db1.c45 DBA_OPEN_FUNC(db1) in DBA_OPEN_FUNC() argument
90 DBA_CLOSE_FUNC(db1) in DBA_CLOSE_FUNC() argument
97 DBA_FETCH_FUNC(db1) in DBA_FETCH_FUNC() argument
111 DBA_UPDATE_FUNC(db1) in DBA_UPDATE_FUNC() argument
123 DBA_EXISTS_FUNC(db1) in DBA_EXISTS_FUNC() argument
132 DBA_DELETE_FUNC(db1) in DBA_DELETE_FUNC() argument
140 DBA_FIRSTKEY_FUNC(db1) in DBA_FIRSTKEY_FUNC() argument
156 DBA_NEXTKEY_FUNC(db1) in DBA_NEXTKEY_FUNC() argument
172 DBA_OPTIMIZE_FUNC(db1) in DBA_OPTIMIZE_FUNC() argument
178 DBA_SYNC_FUNC(db1) in DBA_SYNC_FUNC() argument
[all …]
H A Dphp_db1.h8 DBA_FUNCS(db1);
H A Dconfig.m494 PHP_ARG_WITH(db1,,
95 [ --with-db1[=DIR] DBA: Oracle Berkeley DB 1.x support/emulation], no, no)
174 elif test -f "$i/include/db1/ndbm.h"; then
176 THIS_INCLUDE=$i/include/db1/ndbm.h
182 for LIB in ndbm db1 c; do
462 if test -f "$i/db1/db.h"; then
464 THIS_INCLUDE=$i/db1/db.h
466 elif test -f "$i/include/db1/db.h"; then
468 THIS_INCLUDE=$i/include/db1/db.h
500 PHP_DBA_STD_RESULT(db1, DB1)
H A Ddba.c334 DBA_HND(db1, DBA_LOCK_ALL) /* No lock in lib */
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt21 $db1->exec('SET @pdo_persistent_connection=1');
27 $stmt = $db1->query('SELECT CONNECTION_ID() as _con1');
38 $db1 = NULL; /* should be equal to closing to my understanding */
40 $stmt = $db1->query('SELECT CONNECTION_ID() as _con1');
47 $affected = $db1->exec(sprintf('KILL %d', $con1));
50 if ('00000' == $db1->errorCode()) {
52 @$db1->exec("SET @pdo_persistent_connection=2");
54 if ('HY000' != $db1->errorCode())
55 printf("[004] Wrong error code %s\n", $db1->errorCode());
57 $tmp = implode(' ', $db1->errorInfo());
[all …]
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest_connection_caching.phpt14 $db1= sybase_connect_ex();
17 var_dump($db1, $db2, $db3, (string)$db1 == (string)$db2, (string)$db2 == (string)$db3);
18 sybase_close($db1);
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt12 $db = new SQLite3(__DIR__ . '/db1.db');
13 $db->open(__DIR__ . '/db1.db');
20 <?php @unlink(__DIR__ . '/db1.db'); ?>
/PHP-5.4/ext/mysqli/tests/
H A Dbug50772.phpt11 $db1 = new mysqli();
14 $db1->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
15 my_mysqli_real_connect($db1, $host, $user, $passwd, $db, $port, $socket);
H A Dbug55283.phpt40 $db1 = new mysqli();
/PHP-5.4/ext/dba/tests/
H A Ddba_db1.phpt5 $handler = 'db1';
10 $handler = 'db1';
16 database handler: db1

Completed in 35 milliseconds