Searched refs:db1 (Results 1 – 11 of 11) sorted by relevance
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_pconnect.phpt | 21 $db1->exec('SET @pdo_persistent_connection=1'); 27 $stmt = $db1->query('SELECT CONNECTION_ID() as _con1'); 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()) 57 $tmp = implode(' ', $db1->errorInfo()); 63 $stmt = $db1->query('SELECT CONNECTION_ID() as _con1'); 90 (is_object($db1)) ? $db1->errorCode() : 'n/a', [all …]
|
/PHP-5.5/ext/dba/ |
H A D | dba_db1.c | 45 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 D | php_db1.h | 8 DBA_FUNCS(db1);
|
H A D | config.m4 | 94 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 D | dba.c | 334 DBA_HND(db1, DBA_LOCK_ALL) /* No lock in lib */
|
/PHP-5.5/ext/sybase_ct/tests/ |
H A D | test_connection_caching.phpt | 14 $db1= sybase_connect_ex(); 17 var_dump($db1, $db2, $db3, (string)$db1 == (string)$db2, (string)$db2 == (string)$db3); 18 sybase_close($db1);
|
/PHP-5.5/ext/sqlite3/tests/ |
H A D | sqlite3_31_open.phpt | 12 $db = new SQLite3(__DIR__ . '/db1.db'); 13 $db->open(__DIR__ . '/db1.db'); 20 <?php @unlink(__DIR__ . '/db1.db'); ?>
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | bug50772.phpt | 11 $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 D | bug55283.phpt | 40 $db1 = new mysqli();
|
/PHP-5.5/ext/dba/tests/ |
H A D | dba_db1.phpt | 5 $handler = 'db1'; 10 $handler = 'db1'; 16 database handler: db1
|
/PHP-5.5/ext/date/tests/ |
H A D | date_period-immutable.phpt | 6 $db1 = new DateTimeImmutable( '2008-01-01' ); 11 foreach ( new DatePeriod( $db1, $di, $de ) as $dt )
|
Completed in 19 milliseconds