Home
last modified time | relevance | path

Searched refs:res_fetch_assoc (Results 1 – 7 of 7) sorted by relevance

/plugin/sqlite/_test/
H A DHelperTest.php240 $this->assertEquals(false, $SqliteHelper->res_fetch_assoc(false));
241 $this->assertEquals($result0, $SqliteHelper->res_fetch_assoc($this->res));
242 $this->assertEquals($result1, $SqliteHelper->res_fetch_assoc($this->res)); //next row
/plugin/ireadit/action/
H A Dmigration.php99 while ($row = $sqlite->res_fetch_assoc($res)) {
128 while ($row = $sqlite->res_fetch_assoc($res)) {
/plugin/randomtables/table-roller/src/Table/
DManager.php38 $row = $this->db->res_fetch_assoc($result);
/plugin/data-au/syntax/
Drelated.php89 while($value = $sqlite->res_fetch_assoc($res)) {
/plugin/sqlite/
H A Dhelper.php312 public function res_fetch_assoc($res) function in helper_plugin_sqlite
/plugin/ireadit/
H A Dhelper.php168 while ($row = $sqlite->res_fetch_assoc($res)) {
/plugin/bez/mdl/
H A DTask.php488 $thread = $this->model->sqlite->res_fetch_assoc($r);