Home
last modified time | relevance | path

Searched refs:dba_open (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.1/ext/dba/tests/
H A Dbug72157.phpt2 Bug #72157 (use-after-free caused by dba_open)
12 $var5 = dba_open(null,$var0);
13 $var5 = dba_open(null,$var0);
14 $var5 = dba_open(null,$var0);
15 $var5 = dba_open($var0,$var0);
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): Illegal DBA mode in %sbug72157.php on line %d
24 Warning: dba_open(Resource id #5,Resource id #5): Illegal DBA mode in %sbug72157.php on line %d
H A Ddba011.phpt14 var_dump(dba_open($db_file, 'n'));
15 var_dump(dba_open($db_file, 'n', 'bogus'));
16 var_dump(dba_open($db_file, 'q', $handler));
17 var_dump(dba_open($db_file, 'nq', $handler));
18 var_dump(dba_open($db_file, 'n', $handler, 2, 3, 4, 5, 6, 7, 8));
28 Warning: dba_open(%stest0.dbm,n): No such handler: bogus in %sdba011.php on line %d
31 Warning: dba_open(%stest0.dbm,q): Illegal DBA mode in %sdba011.php on line %d
34 Warning: dba_open(%stest0.dbm,nq): Illegal DBA mode in %sdba011.php on line %d
H A Ddba_cdb_001.phpt19 if (($db_file = dba_open($db_filename, 'n', $handler))!==FALSE) {
37 if (($db_file = dba_open($db_filename, 'c', $handler))!==FALSE) {
47 if (($db_file = dba_open($db_filename, 'r', $handler))!==FALSE) {
57 if (($db_file = dba_open($db_filename, 'w', $handler))!==FALSE) {
81 Warning: dba_open(%stest0.dbm,c): Driver initialization failed for handler: cdb: Update operations …
88 Warning: dba_open(%stest0.dbm,w): Driver initialization failed for handler: cdb: Update operations …
H A Ddba012.phpt22 var_dump(dba_open($db_filename, 'c'));
28 var_dump(dba_open($db_filename, 'n'));
43 Warning: dba_open(%stest0.dbm,n): No default handler selected in %sdba012.php on line %d
H A Dgh9155.phpt2 Bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults)
15 $db = dba_open($db_filename, 'c-', 'flatfile');
H A Dbug70825.phpt13 $db = dba_open($filename, 'n', 'inifile');
23 $db = dba_open($filename, 'n', 'inifile');
33 $db = dba_open($filename, 'n', 'inifile');
43 $db = dba_open($filename, 'n', 'inifile');
H A Ddba007.phpt17 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
22 if (($db_file1=dba_open($db_file1, "n", $handler))!==FALSE) {
27 if (($db_file2=dba_open($db_file2, "n", $handler))!==FALSE) {
H A Ddba_db4_009.phpt18 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
23 if (($db_file1=dba_open($db_file1, "n", $handler))!==FALSE) {
28 if (($db_file2=dba_open($db_file2, "n", $handler))!==FALSE) {
H A Ddba_handler.inc6 if (($db_file = dba_open($db_filename, 'n'.$lock_flag, $handler))!==FALSE) {
17 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))===FALSE) {
42 $db_writer = dba_open($db_filename, 'c'.$lock_flag, $handler);
43 if (($dba_reader = @dba_open($db_filename, 'r'.$lock_flag.'t', $handler))===false) {
68 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))!==FALSE) {
H A Ddba_db4_017.phpt2 DBA DB4 file creation dba_open("cd")
17 if (($db_file = dba_open($db_filename, "cd", $handler)) !== FALSE) {
H A Ddba_db4_012.phpt17 if (($db_file = dba_open($db_filename, "rl", $handler)) !== FALSE) {
32 Warning: dba_open(%stest0.dbm,rl): Driver initialization failed for handler: db4: No such file or d…
H A Ddba_db4_014.phpt18 if (($db_file = dba_open($db_filename, "wl", $handler)) !== FALSE) {
33 Warning: dba_open(%stest0.dbm,wl): Driver initialization failed for handler: db4: No such file or d…
H A Ddba_db4_003.phpt20 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
44 Warning: dba_open(%stest0.dbm,c): Driver initialization failed for handler: db4: Invalid argument i…
H A Dbug48240.phpt16 $db = dba_open($db_filename, 'c', 'db4');
H A Dbug72885.phpt15 $db = dba_open($db_filename, 'c', 'flatfile');
H A Dbug78808.phpt15 $lmdb_h = dba_open($db_filename, 'c', 'lmdb', 0644, 5*1048576);
H A Dbug71514.phpt13 $db = dba_open($filename, 'c', 'inifile');
H A Ddba001.phpt14 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba002.phpt14 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba003.phpt14 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Dbug38698.phpt19 if (($db_make=dba_open($db_file, "n", 'cdb_make'))!==FALSE) {
H A Ddba_db4_optimize.phpt16 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Ddba_db4_sync.phpt16 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Dbug62490.phpt15 $dba = dba_open($db_filename, "n", $handler)
/PHP-8.1/ext/dba/
H A Ddba_arginfo.h63 ZEND_FUNCTION(dba_open);
81 ZEND_FE(dba_open, arginfo_dba_open)

Completed in 25 milliseconds

12