Home
last modified time | relevance | path

Searched refs:dba_open (Results 1 – 25 of 40) sorted by last modified time

12

/PHP-7.4/ext/dba/tests/
H A Dbug78808.phpt13 $lmdb_h = dba_open($db_filename, 'c', 'lmdb', 0644, 5*1048576);
H A Dbug38698.phpt17 if (($db_make=dba_open($db_file, "n", 'cdb_make'))!==FALSE) {
H A Dbug48240.phpt14 $db = dba_open($db_filename, 'c', 'db4');
H A Dbug62490.phpt13 $dba = dba_open($db_filename, "n", $handler)
H A Dbug70825.phpt12 $db = dba_open($filename, 'n', 'inifile');
22 $db = dba_open($filename, 'n', 'inifile');
32 $db = dba_open($filename, 'n', 'inifile');
42 $db = dba_open($filename, 'n', 'inifile');
H A Dbug71514.phpt12 $db = dba_open($filename, 'c', 'inifile');
H A Dbug72885.phpt13 $db = dba_open($db_filename, 'c', 'flatfile');
H A Ddba011.phpt12 var_dump(dba_open($db_file));
13 var_dump(dba_open($db_file, 'n'));
14 var_dump(dba_open($db_file, 'n', 'bogus'));
15 var_dump(dba_open($db_file, 'q', $handler));
16 var_dump(dba_open($db_file, 'nq', $handler));
17 var_dump(dba_open($db_file, 'n', $handler, 2, 3, 4, 5, 6, 7, 8));
26 Warning: Wrong parameter count for dba_open() in %sdba011.php on line %d
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 Ddba_cdb_001.phpt17 if (($db_file = dba_open($db_filename, 'n', $handler))!==FALSE) {
35 if (($db_file = dba_open($db_filename, 'c', $handler))!==FALSE) {
45 if (($db_file = dba_open($db_filename, 'r', $handler))!==FALSE) {
55 if (($db_file = dba_open($db_filename, 'w', $handler))!==FALSE) {
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 Ddba_db4_optimize.phpt14 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Ddba_db4_sync.phpt14 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Ddba_optimize.phpt12 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Ddba_sync.phpt12 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Dbug72157.phpt2 Bug #72157 (use-after-free caused by dba_open)
10 $var5 = dba_open(null,$var0);
11 $var5 = dba_open(null,$var0);
12 $var5 = dba_open(null,$var0);
13 $var5 = dba_open($var0,$var0);
16 Warning: dba_open(,Resource id #5): Illegal DBA mode in %sbug72157.php on line %d
18 Warning: dba_open(,Resource id #5): Illegal DBA mode in %sbug72157.php on line %d
20 Warning: dba_open(,Resource id #5): Illegal DBA mode in %sbug72157.php on line %d
22 Warning: dba_open(Resource id #5,Resource id #5): Illegal DBA mode in %sbug72157.php on line %d
H A Ddba001.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba002.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba003.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba004.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba005.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba006.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba007.phpt15 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
20 if (($db_file1=dba_open($db_file1, "n", $handler))!==FALSE) {
25 if (($db_file2=dba_open($db_file2, "n", $handler))!==FALSE) {
H A Ddba010.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
/PHP-7.4/ext/dba/
H A Ddba.c133 PHP_FE(dba_open, arginfo_dba_open)
1030 PHP_FUNCTION(dba_open) in PHP_FUNCTION() argument
H A Dphp_dba.h130 PHP_FUNCTION(dba_open);
/PHP-7.4/
H A DUPGRADING578 . As of PHP 7.4.2, dba_open() accepts a fifth optional parameter for lmdb

Completed in 61 milliseconds

12