Searched refs:db4 (Results 1 – 13 of 13) sorted by relevance
/PHP-8.4/ext/dba/tests/ |
H A D | dba_db4_handlers.phpt | 9 $handler="db4"; 15 $handler="db4"; 26 if ($key === "db4") { 27 echo "Success: db4 enabled\n"; 39 if ($key === "db4") { 50 database handler: db4 52 Success: db4 enabled
|
H A D | dba_db4_creation_matrix.phpt | 8 check_skip('db4'); 14 $handler = 'db4'; 21 $handler = 'db4'; 118 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line … 122 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line … 126 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line … 130 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line … 134 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line … 138 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line … 142 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line … [all …]
|
H A D | dba_db4_009.phpt | 8 check_skip('db4'); 12 $handler = "db4"; 31 database handler: db4
|
H A D | dba_db4_optimize.phpt | 9 $handler = "db4"; 15 $handler = "db4"; 37 database handler: db4
|
H A D | dba_db4_sync.phpt | 9 $handler = "db4"; 15 $handler = "db4"; 37 database handler: db4
|
H A D | bug36436.phpt | 8 check_skip('db4'); 15 $db = set_up_db_ex('db4', $db_name, LockFlag::DbLock, persistent: true);
|
H A D | dba_db4_018.phpt | 9 $handler = "db4"; 16 $handler = "db4"; 64 database handler: db4
|
H A D | dba_db4_000.phpt | 8 check_skip('db4'); 15 $handler = 'db4';
|
/PHP-8.4/ext/dba/ |
H A D | dba_db4.c | 63 DBA_OPEN_FUNC(db4) argument 136 DBA_CLOSE_FUNC(db4) argument 145 DBA_FETCH_FUNC(db4) argument 169 DBA_UPDATE_FUNC(db4) argument 190 DBA_EXISTS_FUNC(db4) argument 215 DBA_DELETE_FUNC(db4) argument 227 DBA_FIRSTKEY_FUNC(db4) argument 243 DBA_NEXTKEY_FUNC(db4) argument 273 DBA_OPTIMIZE_FUNC(db4) argument 278 DBA_SYNC_FUNC(db4) argument [all …]
|
H A D | php_db4.h | 8 DBA_FUNCS(db4);
|
H A D | config.m4 | 111 PHP_ARG_WITH([db4],, 112 [AS_HELP_STRING([[--with-db4[=DIR]]], 428 elif test -f "$i/db4/db.h"; then 430 THIS_INCLUDE=$i/db4/db.h 446 THIS_INCLUDE=$i/include/db4.8/db.h 450 THIS_INCLUDE=$i/include/db4.7/db.h 454 THIS_INCLUDE=$i/include/db4.6/db.h 462 THIS_INCLUDE=$i/include/db4/db.h 466 THIS_INCLUDE=$i/include/db/db4.h 470 THIS_INCLUDE=$i/include/db4.h [all …]
|
H A D | dba.c | 190 DBA_HND(db4, DBA_LOCK_ALL) /* No lock in lib */
|
/PHP-8.4/ |
H A D | EXTENSIONS | 77 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
|
Completed in 19 milliseconds