Home
last modified time | relevance | path

Searched refs:dba_fetch (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_read.phpt29 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 Ddba008.phpt16 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 Ddba_db4_010.phpt17 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 Ddba_db4_018.phpt19 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 Ddba015.phpt19 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 Ddba_handler.inc32 echo dba_fetch("key2", $db_file)."\n";
35 echo dba_fetch("key2", $db_file)."\n";
61 echo dba_fetch("key2", $db_writer)."\n";
62 echo dba_fetch("key number 6", $db_writer)."\n";
72 $res[$key] = dba_fetch($key, $db_file);
H A Ddba_db4_016.phpt20 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 Ddba009.phpt15 echo dba_fetch("a", $db)."\n";
24 echo dba_fetch("a", $db)."\n";
H A Ddba004.phpt18 $a = dba_fetch("key4", $db_file);
19 $b = dba_fetch("key2", $db_file);
H A Ddba_db4_011.phpt18 echo dba_fetch("key1", $db_file), "\n";
19 echo dba_fetch("key2", $db_file), "\n";
H A Dbug36436.phpt19 var_dump($db, dba_fetch('X', $db));
H A Ddba002.phpt14 echo dba_fetch("key1", $db_file);
H A Ddba_cdb_001.phpt20 var_dump(dba_fetch("key1", $db_file));
56 echo dba_fetch("key1", $db_file), "\n";
H A Ddba003.phpt15 $a = dba_fetch("key1", $db_file);
H A Ddba_db4_001.phpt18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_002.phpt18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_005.phpt18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_006.phpt18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_017.phpt19 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_004.phpt22 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_008.phpt22 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_015.phpt24 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_013.phpt24 echo dba_fetch("key1", $db_file), "\n";
/PHP-5.5/ext/spl/examples/
H A Ddbareader.inc66 $this->val = dba_fetch($this->key, $this->db);
H A Ddbaarray.inc52 $data = dba_fetch($name, $this->db);

Completed in 24 milliseconds

12