Home
last modified time | relevance | path

Searched refs:dbm (Results 1 – 23 of 23) sorted by relevance

/PHP-5.4/ext/dba/
H A Ddba_dbm.c57 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 DREADME11 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 Dphp_dbm.h8 DBA_FUNCS(dbm);
H A Dconfig.m497 PHP_ARG_WITH(dbm,,
98 [ --with-dbm[=DIR] DBA: DBM support], no, no)
506 PHP_DBA_STD_RESULT(dbm, dbm, [You cannot combine --with-dbm with --with-qdbm])
509 if test -f "$i/include/dbm.h"; then
511 THIS_INCLUDE=$i/include/dbm.h
513 elif test -f "$i/include/gdbm/dbm.h"; then
515 THIS_INCLUDE=$i/include/gdbm/dbm.h
521 for LIB in dbm c gdbm; do
545 PHP_DBA_STD_RESULT(dbm)
H A Ddba.c322 DBA_HND(dbm, DBA_LOCK_ALL) /* No lock in lib */
/PHP-5.4/ext/dba/tests/
H A Ddba007.phpt13 $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 Ddba_db4_009.phpt14 $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 Ddba_dbm.phpt5 $handler = 'dbm';
10 $handler = 'dbm';
16 database handler: dbm
H A Ddba_db4_007.phpt38 Notice: dba_popen(): %stest0.dbm: unexpected file type or format in %sdba_db4_007.php on line %d
40 Warning: dba_popen(%stest0.dbm,c): Driver initialization failed for handler: db4: Invalid argument …
41 Error creating %stest0.dbm
H A Ddba011.phpt30 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 Ddba_db4_003.phpt42 Notice: dba_open(): %stest0.dbm: unexpected file type or format in %sdba_db4_003.php on line %d
44 Warning: dba_open(%stest0.dbm,c): Driver initialization failed for handler: db4: Invalid argument i…
45 Error creating %stest0.dbm
H A Ddba_db4_012.phpt30 Warning: dba_open(%stest0.dbm,rl): Driver initialization failed for handler: db4: No such file or d…
31 Error creating %stest0.dbm
H A Ddba_db4_014.phpt31 Warning: dba_open(%stest0.dbm,wl): Driver initialization failed for handler: db4: No such file or d…
32 Error creating %stest0.dbm
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
H A Dtest.inc4 $db_filename = $db_file = dirname(__FILE__) .'/test0.dbm';
H A Ddba016.phpt22 Warning: dba_popen(%stest0.dbm,n-t): You cannot combine modifiers - (no lock) and t (test lock) in …
H A Ddba_cdb_001.phpt80 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 Ddba_qdbm.phpt33 Warning: dba_popen(%stest0.dbm,r-): Locking cannot be disabled for handler qdbm in %sdba_handler.in…
H A Ddba012.phpt41 Warning: dba_open(%stest0.dbm,n): No default handler selected in %sdba012.php on line %d
H A Ddba_handler.inc77 if ($handler == 'dbm') {
/PHP-5.4/
H A DEXTENSIONS136 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
/PHP-5.4/win32/
H A Dinstall.txt1139 php_dba.dll DBA: DataBase (dbm-style) Abstraction layer functions None
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic4648 0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian
4650 0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian
4652 0 string GDBM GNU dbm 2.x database
4664 !:mime application/x-dbm

Completed in 93 milliseconds