Lines Matching refs:dba_fetch
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);
50 echo dba_fetch($key, $skip[$key], $db_file);