/PHP-8.1/ext/dba/tests/ |
H A D | bug72157.phpt | 2 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 D | dba011.phpt | 14 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 D | dba_cdb_001.phpt | 19 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 D | dba012.phpt | 22 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 D | gh9155.phpt | 2 Bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults) 15 $db = dba_open($db_filename, 'c-', 'flatfile');
|
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 | dba007.phpt | 17 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 D | dba_db4_009.phpt | 18 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 D | dba_handler.inc | 6 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 D | dba_db4_017.phpt | 2 DBA DB4 file creation dba_open("cd") 17 if (($db_file = dba_open($db_filename, "cd", $handler)) !== FALSE) {
|
H A D | dba_db4_012.phpt | 17 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 D | dba_db4_014.phpt | 18 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 D | dba_db4_003.phpt | 20 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 D | bug48240.phpt | 16 $db = dba_open($db_filename, 'c', 'db4');
|
H A D | bug72885.phpt | 15 $db = dba_open($db_filename, 'c', 'flatfile');
|
H A D | bug78808.phpt | 15 $lmdb_h = dba_open($db_filename, 'c', 'lmdb', 0644, 5*1048576);
|
H A D | bug71514.phpt | 13 $db = dba_open($filename, 'c', 'inifile');
|
H A D | dba001.phpt | 14 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
|
H A D | dba002.phpt | 14 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
|
H A D | dba003.phpt | 14 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
|
H A D | bug38698.phpt | 19 if (($db_make=dba_open($db_file, "n", 'cdb_make'))!==FALSE) {
|
H A D | dba_db4_optimize.phpt | 16 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
|
H A D | dba_db4_sync.phpt | 16 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
|
H A D | bug62490.phpt | 15 $dba = dba_open($db_filename, "n", $handler)
|
/PHP-8.1/ext/dba/ |
H A D | dba_arginfo.h | 63 ZEND_FUNCTION(dba_open); 81 ZEND_FE(dba_open, arginfo_dba_open)
|