Home
last modified time | relevance | path

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

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt21 $db1->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_SILENT);
23 $db1->exec('SET @pdo_persistent_connection=1');
29 $stmt = $db1->query('SELECT CONNECTION_ID() AS _con1');
43 $stmt = $db1->query('SELECT CONNECTION_ID() as _con1');
50 $affected = $db1->exec(sprintf('KILL %d', $con1));
53 if ('00000' == $db1->errorCode()) {
55 $db1->exec("SET @pdo_persistent_connection=2");
57 if ('HY000' != $db1->errorCode())
60 $tmp = implode(' ', $db1->errorInfo());
95 (is_object($db1)) ? $db1->errorCode() : 'n/a',
[all …]
/php-src/ext/dba/
H A Ddba_db1.c38 DBA_OPEN_FUNC(db1) in DBA_OPEN_FUNC() argument
78 DBA_CLOSE_FUNC(db1) in DBA_CLOSE_FUNC() argument
85 DBA_FETCH_FUNC(db1) in DBA_FETCH_FUNC() argument
101 DBA_UPDATE_FUNC(db1) in DBA_UPDATE_FUNC() argument
116 DBA_EXISTS_FUNC(db1) in DBA_EXISTS_FUNC() argument
128 DBA_DELETE_FUNC(db1) in DBA_DELETE_FUNC() argument
139 DBA_FIRSTKEY_FUNC(db1) in DBA_FIRSTKEY_FUNC() argument
154 DBA_NEXTKEY_FUNC(db1) in DBA_NEXTKEY_FUNC() argument
169 DBA_OPTIMIZE_FUNC(db1) in DBA_OPTIMIZE_FUNC() argument
175 DBA_SYNC_FUNC(db1) in DBA_SYNC_FUNC() argument
[all …]
H A Dphp_db1.h8 DBA_FUNCS(db1);
H A Dconfig.m4108 PHP_ARG_WITH([db1],,
109 [AS_HELP_STRING([[--with-db1[=DIR]]],
206 elif test -f "$i/include/db1/ndbm.h"; then
208 THIS_INCLUDE=$i/include/db1/ndbm.h
214 for LIB in ndbm db1 c; do
529 if test -f "$i/db1/db.h"; then
531 THIS_INCLUDE=$i/db1/db.h
533 elif test -f "$i/include/db1/db.h"; then
535 THIS_INCLUDE=$i/include/db1/db.h
567 PHP_DBA_STD_RESULT(db1, DB1)
H A Ddba.c181 DBA_HND(db1, DBA_LOCK_ALL) /* No lock in lib */
/php-src/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'); ?>
H A Dgh9032.phpt12 $db->exec('attach database \':memory:\' AS "db1"');
13 var_dump($db->exec('create table db1.r (id int)'));
/php-src/ext/pgsql/tests/
H A Dgh13519.phpt11 $db1 = pg_pconnect($conn_str);
12 $pid1 = pg_get_pid($db1);
22 pg_close($db1);
H A Dconnection_reuse.phpt11 $db1 = pg_connect($conn_str);
13 var_dump($db1, $db2);
H A Dbug75419.phpt11 $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
13 pg_close($db1);
H A Dclose_default_link.phpt12 $db1 = pg_connect($conn_str);
13 unset($db1);
H A Dconnect_after_close.phpt12 $db1 = pg_connect($conn_str);
13 unset($db1);
/php-src/ext/mysqli/tests/
H A Dbug50772.phpt12 $db1 = new mysqli();
15 $db1->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
16 my_mysqli_real_connect($db1, $host, $user, $passwd, $db, $port, $socket);
H A Dbug55283.phpt46 $db1 = new mysqli();
/php-src/ext/pdo_sqlite/tests/
H A Dgh9032.phpt11 $db->exec('attach database \':memory:\' AS "db1"');
12 var_dump($db->exec('create table db1.r (id int)'));
/php-src/ext/date/tests/
H A Ddate_period-immutable.phpt6 $db1 = new DateTimeImmutable( '2008-01-01' );
11 foreach ( new DatePeriod( $db1, $di, $de ) as $dt )
/php-src/ext/dba/tests/
H A Ddba_db1.phpt8 check_skip('db1');
15 $handler = 'db1';

Completed in 32 milliseconds