/PHP-8.3/ext/dba/tests/ |
H A D | value_errors_open.phpt | 16 var_dump(dba_open($db_file, 'n')); 19 var_dump(dba_open($db_file, 'n', 'bogus')); 22 var_dump(dba_open('', 'nq')); 27 var_dump(dba_open($db_file, '')); 32 var_dump(dba_open($db_file, 'nq', '')); 39 var_dump(dba_open($db_file, 'q')); 44 var_dump(dba_open($db_file, 'nq')); 49 var_dump(dba_open($db_file, 'rdq')); 54 var_dump(dba_open($db_file, 'n-t')); 119 === Invalid arguments dba_open() === [all …]
|
H A D | dba_gdbm_creation_matrix.phpt | 28 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 46 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 64 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 76 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 89 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 107 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 119 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 131 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 144 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 162 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d [all …]
|
H A D | dba_qdbm_creation_matrix.phpt | 28 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 46 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 64 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 76 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 89 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 107 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 119 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 131 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 144 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 162 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d [all …]
|
H A D | dba_lmdb_creation_matrix.phpt | 28 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 46 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 58 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 70 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 83 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 101 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 113 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 125 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 138 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 156 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d [all …]
|
H A D | dba_tcadb_creation_matrix.phpt | 28 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 36 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 44 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 52 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 118 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 122 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 126 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 130 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 134 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d 138 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d [all …]
|
H A D | dba_cdb_creation_matrix.phpt | 28 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l… 32 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l… 36 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l… 40 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l… 44 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l… 48 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l… 52 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l… 56 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l… 60 Warning: dba_open(): Driver initialization failed for handler: cdb: Update operations are not suppo… 64 Warning: dba_open(): Driver initialization failed for handler: cdb: Update operations are not suppo… [all …]
|
H A D | dba_db4_creation_matrix.phpt | 32 Warning: dba_open(db4_not_existing.db): Failed to open stream: No such file or directory in %s on l… 40 Warning: dba_open(db4_not_existing.db): Failed to open stream: No such file or directory in %s on l… 48 Warning: dba_open(db4_not_existing.db): Failed to open stream: No such file or directory in %s on l… 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 D | gh16390.phpt | 2 GH-16390 (dba_open() can segfault for "pathless" streams) 8 $db = dba_open($file, 'c', 'inifile'); 11 Warning: dba_open(): Driver initialization failed for handler: inifile: Unable to determine path fo…
|
H A D | dba_cdb_001.phpt | 21 if (($db_file = dba_open($db_filename, 'n', $handler))!==FALSE) { 39 if (($db_file = dba_open($db_filename, 'c', $handler))!==FALSE) { 49 if (($db_file = dba_open($db_filename, 'r', $handler))!==FALSE) { 59 if (($db_file = dba_open($db_filename, 'w', $handler))!==FALSE) { 83 Warning: dba_open(): Driver initialization failed for handler: cdb: Update operations are not suppo… 90 Warning: dba_open(): Driver initialization failed for handler: cdb: Update operations are not suppo…
|
H A D | default_handler_ini.phpt | 22 var_dump(dba_open($db_filename, 'c')); 28 var_dump(dba_open($db_filename, 'n')); 45 Warning: dba_open(): No default handler selected in %s on line %d
|
H A D | dba_flags_arg.phpt | 8 dba_open('irrelevant', 'c', 'handler', flags: -1); 14 dba_open(): Argument #6 ($flags) must be greater than or equal to 0
|
H A D | bug70825.phpt | 13 $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 D | gh9155.phpt | 2 Bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults) 17 $db = dba_open($db_filename, 'c-', 'flatfile');
|
H A D | dba007.phpt | 19 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) { 24 if (($db_file1=dba_open($db_file1, "n", $handler))!==FALSE) { 29 if (($db_file2=dba_open($db_file2, "n", $handler))!==FALSE) {
|
H A D | dba_db4_009.phpt | 16 $db_file1 = dba_open($db_file1, "n", $handler); 17 $db_file2 = dba_open($db_file2, "n", $handler);
|
H A D | dba_lmdb_readonly.phpt | 16 $db_file = dba_open($db_filename, "c", $handler); 22 $db_file = dba_open($db_filename, "r", $handler);
|
H A D | dba_gdbm.phpt | 28 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 30 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 32 Notice: dba_open(): Handler gdbm does locking internally in %s on line %d 63 Notice: dba_open(): Handler gdbm does locking internally in %s on line 1%d 124 Warning: dba_open(): Locking cannot be disabled for handler gdbm in %s on line %d
|
H A D | dba_qdbm.phpt | 28 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 30 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 32 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d 63 Notice: dba_open(): Handler qdbm does locking internally in %s on line 1%d 124 Warning: dba_open(): Locking cannot be disabled for handler qdbm in %s on line %d
|
H A D | dba_flatfile_creation_matrix.phpt | 28 Warning: dba_open(flatfile_not_existing.db): Failed to open stream: No such file or directory in %s… 32 Warning: dba_open(flatfile_not_existing.db): Failed to open stream: No such file or directory in %s… 36 Warning: dba_open(flatfile_not_existing.db): Failed to open stream: No such file or directory in %s… 40 Warning: dba_open(flatfile_not_existing.db): Failed to open stream: No such file or directory in %s… 44 Warning: dba_open(flatfile_not_existing.db): Failed to open stream: No such file or directory in %s… 48 Warning: dba_open(flatfile_not_existing.db): Failed to open stream: No such file or directory in %s… 52 Warning: dba_open(flatfile_not_existing.db): Failed to open stream: No such file or directory in %s… 56 Warning: dba_open(flatfile_not_existing.db): Failed to open stream: No such file or directory in %s…
|
H A D | dba_inifile_creation_matrix.phpt | 28 Warning: dba_open(inifile_not_existing.db): Failed to open stream: No such file or directory in %s … 32 Warning: dba_open(inifile_not_existing.db): Failed to open stream: No such file or directory in %s … 36 Warning: dba_open(inifile_not_existing.db): Failed to open stream: No such file or directory in %s … 40 Warning: dba_open(inifile_not_existing.db): Failed to open stream: No such file or directory in %s … 44 Warning: dba_open(inifile_not_existing.db): Failed to open stream: No such file or directory in %s … 48 Warning: dba_open(inifile_not_existing.db): Failed to open stream: No such file or directory in %s … 52 Warning: dba_open(inifile_not_existing.db): Failed to open stream: No such file or directory in %s … 56 Warning: dba_open(inifile_not_existing.db): Failed to open stream: No such file or directory in %s …
|
H A D | dba_lmdb_flags.phpt | 16 $db_file = dba_open('irrelevant', 'c', $handler, flags: 45); 23 $db_file = dba_open($db_filename, 'c', $handler, flags: DBA_LMDB_USE_SUB_DIR); 66 dba_open(): Argument #6 ($flags) must be either DBA_LMDB_USE_SUB_DIR or DBA_LMDB_NO_SUB_DIR for LMD…
|
H A D | dba_lmdb.phpt | 28 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 30 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 32 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 65 Notice: dba_open(): Handler lmdb does locking internally in %s on line %d 128 Warning: dba_open(): Locking cannot be disabled for handler lmdb in %s on line %d
|
H A D | dba_ndbm.phpt | 29 Notice: dba_open(): Handler ndbm does locking internally in %s on line %d 31 Notice: dba_open(): Handler ndbm does locking internally in %s on line %d 33 Notice: dba_open(): Handler ndbm does locking internally in %s on line %d 64 Notice: dba_open(): Handler ndbm does locking internally in %s on line %d 125 Warning: dba_open(): Locking cannot be disabled for handler ndbm in %s on line %d
|
/PHP-8.3/ext/dba/tests/setup/ |
H A D | setup_dba_tests.inc | 37 return dba_open($name, 'c', get_any_handler()); 49 $func = $persistent ? 'dba_popen' : 'dba_open'; 93 $db_writer = dba_open($name, 'w'.$lock_flag, $handler); 128 $db_reader = @dba_open($name, 'r'.$lock_flag.$test_flag, $handler); 156 $db_reader = dba_open($name, 'r'.$lock_flag, $handler); 179 $db = dba_open($db_name, $arg, $handler); 211 run_creation_tests_ex($handler, '_existing.'.$extension, 'dba_open($db_name, "n", $handler);'); 270 $db_file = dba_open($name, 'rl', 'cdb'); 283 $db_file = dba_open($name, 'r-', 'cdb');
|
/PHP-8.3/ext/dba/ |
H A D | dba_arginfo.h | 65 ZEND_FUNCTION(dba_open); 83 ZEND_FE(dba_open, arginfo_dba_open)
|