/PHP-5.3/ext/dba/tests/ |
H A D | dba_cdb_read.phpt | 29 echo dba_fetch(1, $db_file); 30 echo dba_fetch(2, $db_file); 31 echo dba_fetch(3, $db_file); 32 echo dba_fetch(4, $db_file); 34 echo dba_fetch(1, $db_file); 35 echo dba_fetch(1, $db_file); 36 echo dba_fetch(2, $db_file); 37 echo dba_fetch(2, $db_file); 39 // with skip = 0 dba_fetch must fetch the first result 45 echo dba_fetch($key, $db_file); [all …]
|
H A D | dba008.phpt | 16 var_dump(dba_fetch("key1", $db_file)); 18 var_dump(dba_fetch("key1", $db_file)); 20 var_dump(dba_fetch("key1", $db_file)); 22 var_dump(dba_fetch("key1", $db_file));
|
H A D | dba_db4_010.phpt | 17 var_dump(dba_fetch("key1", $db_file)); 19 var_dump(dba_fetch("key1", $db_file)); 21 var_dump(dba_fetch("key1", $db_file)); 23 var_dump(dba_fetch("key1", $db_file));
|
H A D | dba015.phpt | 19 echo dba_fetch("key1", $db_file1), "\n"; 33 echo dba_fetch("key1", $db_file2), "\n"; 34 echo dba_fetch("key2", $db_file2), "\n"; 38 echo dba_fetch("key1", $db_file1), "\n"; 39 echo dba_fetch("key2", $db_file1), "\n"; 47 echo dba_fetch("key1", $db_file1), "\n"; 48 echo dba_fetch("key2", $db_file1), "\n";
|
H A D | dba_db4_018.phpt | 19 echo dba_fetch("key1", $db_file1), "\n"; 33 echo dba_fetch("key1", $db_file2), "\n"; 34 echo dba_fetch("key2", $db_file2), "\n"; 38 echo dba_fetch("key1", $db_file1), "\n"; 39 echo dba_fetch("key2", $db_file1), "\n"; 47 echo dba_fetch("key1", $db_file1), "\n"; 48 echo dba_fetch("key2", $db_file1), "\n";
|
H A D | dba_handler.inc | 32 echo dba_fetch("key2", $db_file)."\n"; 35 echo dba_fetch("key2", $db_file)."\n"; 53 echo dba_fetch("key2", $db_writer)."\n"; 54 echo dba_fetch("key number 6", $db_writer)."\n"; 64 $res[$key] = dba_fetch($key, $db_file);
|
H A D | dba_db4_016.phpt | 20 echo dba_fetch("key1", $db_file), "\n"; 35 echo dba_fetch("key1", $db_file), "\n"; 36 echo dba_fetch("key2", $db_file), "\n";
|
H A D | dba009.phpt | 15 echo dba_fetch("a", $db)."\n"; 24 echo dba_fetch("a", $db)."\n";
|
H A D | dba004.phpt | 18 $a = dba_fetch("key4", $db_file); 19 $b = dba_fetch("key2", $db_file);
|
H A D | dba_db4_011.phpt | 18 echo dba_fetch("key1", $db_file), "\n"; 19 echo dba_fetch("key2", $db_file), "\n";
|
H A D | bug36436.phpt | 19 var_dump($db, dba_fetch('X', $db));
|
H A D | dba002.phpt | 14 echo dba_fetch("key1", $db_file);
|
H A D | dba_cdb_001.phpt | 20 var_dump(dba_fetch("key1", $db_file)); 56 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba003.phpt | 15 $a = dba_fetch("key1", $db_file);
|
H A D | dba_db4_005.phpt | 18 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_db4_006.phpt | 18 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_db4_001.phpt | 18 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_db4_002.phpt | 18 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_db4_017.phpt | 19 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_db4_004.phpt | 22 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_db4_008.phpt | 22 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_db4_015.phpt | 24 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_db4_013.phpt | 24 echo dba_fetch("key1", $db_file), "\n";
|
/PHP-5.3/ext/spl/examples/ |
H A D | dbareader.inc | 66 $this->val = dba_fetch($this->key, $this->db);
|
H A D | dbaarray.inc | 52 $data = dba_fetch($name, $this->db);
|