/PHP-7.2/ext/dba/ |
H A D | dba_db2.c | 47 DBA_OPEN_FUNC(db2) in DBA_OPEN_FUNC() argument 89 DBA_CLOSE_FUNC(db2) in DBA_CLOSE_FUNC() argument 99 DBA_FETCH_FUNC(db2) in DBA_FETCH_FUNC() argument 113 DBA_UPDATE_FUNC(db2) in DBA_UPDATE_FUNC() argument 129 DBA_EXISTS_FUNC(db2) in DBA_EXISTS_FUNC() argument 141 DBA_DELETE_FUNC(db2) in DBA_DELETE_FUNC() argument 149 DBA_FIRSTKEY_FUNC(db2) argument 170 DBA_NEXTKEY_FUNC(db2) argument 183 DBA_OPTIMIZE_FUNC(db2) argument 188 DBA_SYNC_FUNC(db2) argument [all …]
|
H A D | php_db2.h | 8 DBA_FUNCS(db2);
|
H A D | config.m4 | 91 PHP_ARG_WITH(db2,, 444 …PHP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4… 447 if test -f "$i/db2/db.h"; then 449 THIS_INCLUDE=$i/db2/db.h 451 elif test -f "$i/include/db2/db.h"; then 453 THIS_INCLUDE=$i/include/db2/db.h 455 elif test -f "$i/include/db/db2.h"; then 457 THIS_INCLUDE=$i/include/db/db2.h 459 elif test -f "$i/include/db2.h"; then 461 THIS_INCLUDE=$i/include/db2.h [all …]
|
H A D | README | 19 db2 DB2 is Sleepycat Software's DB2. It's described as "a programmatic
|
H A D | dba.c | 347 DBA_HND(db2, DBA_LOCK_ALL) /* No lock in lib */
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_pconnect.phpt | 20 $db2 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true)); 22 $stmt = $db2->query('SELECT @pdo_persistent_connection as _pers'); 31 $stmt = $db2->query('SELECT CONNECTION_ID() as _con2'); 67 @$db2 = new PDO($dsn, $user, $pass, array(PDO::ATTR_PERSISTENT => true)); 68 $stmt = $db2->query('SELECT CONNECTION_ID() as _con2'); 92 (is_object($db2)) ? $db2->errorCode() : 'n/a', 93 (is_object($db2)) ? implode(' ', $db2->errorInfo()) : 'n/a');
|
H A D | pdo_mysql_errorcode.phpt | 58 $db2 = &$db; 61 check_error(11, $db2, '42S02'); 69 check_error(15, $db2, 'IM001');
|
H A D | pdo_mysql_errorinfo.phpt | 67 $db2 = &$db; 71 check_error($offset + 12, $db2, '42S02'); 79 check_error($offset + 16, $db2, 'IM001');
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | bug50772.phpt | 22 $db2 = mysqli_init(); 24 $db2->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3); 25 my_mysqli_real_connect($db2, $host, $user, $passwd, $db, $port, $socket);
|
/PHP-7.2/ext/pgsql/tests/ |
H A D | connect_after_close.phpt | 13 $db2 = pg_connect($conn_str); 14 unset($db2);
|
H A D | bug75419.phpt | 10 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
|
/PHP-7.2/ext/dba/tests/ |
H A D | dba_db2.phpt | 5 $handler = 'db2'; 10 $handler = 'db2'; 16 database handler: db2
|
/PHP-7.2/ext/date/tests/ |
H A D | date_period-immutable.phpt | 7 $db2 = new DateTime( '2008-01-01' ); 19 foreach ( new DatePeriod( $db2, $di, $de ) as $dt )
|
/PHP-7.2/Zend/tests/ |
H A D | bug34045.phpt | 24 $db2 = unserialize($db_str);
|
/PHP-7.2/ext/pdo/tests/ |
H A D | bug_77849.phpt | 17 $db2 = clone $db;
|
/PHP-7.2/ext/pdo_odbc/ |
H A D | config.m4 | 8 'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic 71 ibm-db2) 74 pdo_odbc_def_lib=db2
|
/PHP-7.2/ext/odbc/ |
H A D | config.m4 | 184 PHP_ARG_WITH(ibm-db2,, 185 [ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]]) 201 ODBC_TYPE=ibm-db2
|
/PHP-7.2/ |
H A D | EXTENSIONS | 74 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 134490 sqlite3 *db2 = pVTable->db; 134492 assert( db2 ); 134493 if( db2==db ){ 134498 pVTable->pNext = db2->pDisconnect; 134499 db2->pDisconnect = pVTable;
|