Home
last modified time | relevance | path

Searched refs:db4 (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/dba/tests/
H A Ddba_db4_handlers.phpt9 $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 Ddba_db4_creation_matrix.phpt8 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 Ddba_db4_009.phpt8 check_skip('db4');
12 $handler = "db4";
31 database handler: db4
H A Ddba_db4_optimize.phpt9 $handler = "db4";
15 $handler = "db4";
37 database handler: db4
H A Ddba_db4_sync.phpt9 $handler = "db4";
15 $handler = "db4";
37 database handler: db4
H A Dbug36436.phpt8 check_skip('db4');
15 $db = set_up_db_ex('db4', $db_name, LockFlag::DbLock, persistent: true);
H A Ddba_db4_018.phpt9 $handler = "db4";
16 $handler = "db4";
60 database handler: db4
H A Ddba_db4_000.phpt8 check_skip('db4');
15 $handler = 'db4';
/php-src/ext/dba/
H A Ddba_db4.c63 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 Dconfig.m490 PHP_ARG_WITH([db4],,
91 [AS_HELP_STRING([[--with-db4[=DIR]]],
382 elif test -f "$i/db4/db.h"; then
384 THIS_INCLUDE=$i/db4/db.h
400 THIS_INCLUDE=$i/include/db4.8/db.h
404 THIS_INCLUDE=$i/include/db4.7/db.h
408 THIS_INCLUDE=$i/include/db4.6/db.h
416 THIS_INCLUDE=$i/include/db4/db.h
420 THIS_INCLUDE=$i/include/db/db4.h
424 THIS_INCLUDE=$i/include/db4.h
[all …]
H A Dphp_db4.h8 DBA_FUNCS(db4);
H A Ddba.c188 DBA_HND(db4, DBA_LOCK_ALL) /* No lock in lib */
/php-src/
H A DEXTENSIONS77 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini

Completed in 44 milliseconds