/PHP-7.0/ext/dba/ |
H A D | dba_dbm.c | 57 DBA_OPEN_FUNC(dbm) in DBA_OPEN_FUNC() argument 91 DBA_CLOSE_FUNC(dbm) in DBA_CLOSE_FUNC() argument 97 DBA_FETCH_FUNC(dbm) in DBA_FETCH_FUNC() argument 111 DBA_UPDATE_FUNC(dbm) in DBA_UPDATE_FUNC() argument 130 DBA_EXISTS_FUNC(dbm) in DBA_EXISTS_FUNC() argument 142 DBA_DELETE_FUNC(dbm) in DBA_DELETE_FUNC() argument 148 DBA_FIRSTKEY_FUNC(dbm) in DBA_FIRSTKEY_FUNC() argument 164 DBA_NEXTKEY_FUNC(dbm) in DBA_NEXTKEY_FUNC() argument 182 DBA_OPTIMIZE_FUNC(dbm) in DBA_OPTIMIZE_FUNC() argument 188 DBA_SYNC_FUNC(dbm) in DBA_SYNC_FUNC() argument [all …]
|
H A D | README | 11 dbm DBM is the oldest (original) type of Berkeley DB style databases. 15 original dbm format. 16 ndbm NDBM is a newer type and more flexible than dbm. It still has 17 most of the arbitrary limits of dbm (therefore it is deprecated). 32 deprecated dbm extension only and should be avoided. However you 51 are dbm and ndbm which conflict with many installations. The reason for
|
H A D | php_dbm.h | 8 DBA_FUNCS(dbm);
|
H A D | config.m4 | 97 PHP_ARG_WITH(dbm,, 98 [ --with-dbm[=DIR] DBA: DBM support], no, no) 510 PHP_DBA_STD_RESULT(dbm, dbm, [You cannot combine --with-dbm with --with-qdbm]) 513 if test -f "$i/include/dbm.h"; then 515 THIS_INCLUDE=$i/include/dbm.h 517 elif test -f "$i/include/gdbm/dbm.h"; then 519 THIS_INCLUDE=$i/include/gdbm/dbm.h 525 for LIB in dbm c gdbm; do 549 PHP_DBA_STD_RESULT(dbm)
|
H A D | dba.c | 331 DBA_HND(dbm, DBA_LOCK_ALL) /* No lock in lib */
|
/PHP-7.0/ext/dba/tests/ |
H A D | dba007.phpt | 13 $db_file1 = $db_filename1 = dirname(__FILE__).'/test1.dbm'; 14 $db_file2 = $db_filename2 = dirname(__FILE__).'/test2.dbm'; 47 string(%d) "%stest0.dbm" 49 string(%d) "%stest1.dbm" 51 string(%d) "%stest2.dbm"
|
H A D | dba_db4_009.phpt | 14 $db_file1 = $db_filename1 = dirname(__FILE__).'/test1.dbm'; 15 $db_file2 = $db_filename2 = dirname(__FILE__).'/test2.dbm'; 48 string(%d) "%stest0.dbm" 50 string(%d) "%stest1.dbm" 52 string(%d) "%stest2.dbm"
|
H A D | dba_dbm.phpt | 5 $handler = 'dbm'; 10 $handler = 'dbm'; 16 database handler: dbm
|
H A D | dba011.phpt | 30 Warning: dba_open(%stest0.dbm,n): No such handler: bogus in %sdba011.php on line %d 33 Warning: dba_open(%stest0.dbm,q): Illegal DBA mode in %sdba011.php on line %d 36 Warning: dba_open(%stest0.dbm,nq): Illegal DBA mode in %sdba011.php on line %d
|
H A D | dba_db4_012.phpt | 30 Warning: dba_open(%stest0.dbm,rl): Driver initialization failed for handler: db4: No such file or d… 31 Error creating %stest0.dbm
|
H A D | dba_db4_014.phpt | 31 Warning: dba_open(%stest0.dbm,wl): Driver initialization failed for handler: db4: No such file or d… 32 Error creating %stest0.dbm
|
H A D | dba_db4_007.phpt | 38 Warning: dba_popen(%stest0.dbm,c): Driver initialization failed for handler: db4: Invalid argument … 39 Error creating %stest0.dbm
|
H A D | dba_db4_003.phpt | 42 Warning: dba_open(%stest0.dbm,c): Driver initialization failed for handler: db4: Invalid argument i… 43 Error creating %stest0.dbm
|
H A D | clean.inc | 2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
|
H A D | test.inc | 4 $db_filename = $db_file = dirname(__FILE__) .'/test0.dbm';
|
H A D | dba016.phpt | 22 Warning: dba_popen(%stest0.dbm,n-t): You cannot combine modifiers - (no lock) and t (test lock) in …
|
H A D | dba_cdb_001.phpt | 80 Warning: dba_open(%stest0.dbm,c): Driver initialization failed for handler: cdb: Update operations … 87 Warning: dba_open(%stest0.dbm,w): Driver initialization failed for handler: cdb: Update operations …
|
H A D | dba012.phpt | 41 Warning: dba_open(%stest0.dbm,n): No default handler selected in %sdba012.php on line %d
|
H A D | dba_qdbm.phpt | 35 Warning: dba_popen(%stest0.dbm,r-): Locking cannot be disabled for handler qdbm in %sdba_handler.in…
|
H A D | dba_handler.inc | 85 if ($handler == 'dbm' || $handler == "tcadb") {
|
/PHP-7.0/ |
H A D | EXTENSIONS | 74 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 5169 0 belong 0x13579acd GNU dbm 1.x or ndbm database, big endian, 32-bit 5171 0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian, old 5173 0 belong 0x13579acf GNU dbm 1.x or ndbm database, big endian, 64-bit 5175 0 lelong 0x13579acd GNU dbm 1.x or ndbm database, little endian, 32-bit 5177 0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian, old 5179 0 lelong 0x13579acf GNU dbm 1.x or ndbm database, little endian, 64-bit 5181 0 string GDBM GNU dbm 2.x database 5193 !:mime application/x-dbm
|
/PHP-7.0/win32/ |
H A D | install.txt | 997 php_dba.dll DBA: DataBase (dbm-style) Abstraction layer functions None
|