Home
last modified time | relevance | path

Searched refs:fetchArray (Results 1 – 25 of 39) sorted by relevance

12

/php-src/ext/sqlite3/tests/
H A Dbug79294.phpt13 var_dump($res->fetchArray() !== false);
15 var_dump($res->fetchArray() !== false);
18 var_dump($res->fetchArray() !== false);
21 var_dump($res->fetchArray() !== false);
H A Dsqlite3_rename_column.phpt22 var_dump(array_key_first($res1->fetchArray(SQLITE3_ASSOC)));
23 var_dump(array_key_first($res2->fetchArray(SQLITE3_ASSOC)));
28 var_dump(array_key_first($res1->fetchArray(SQLITE3_ASSOC)));
29 var_dump(array_key_first($res2->fetchArray(SQLITE3_ASSOC)));
H A Dsqlite3_bind_bug68849.phpt19 var_dump($r->fetchArray(SQLITE3_ASSOC));
24 var_dump($r->fetchArray(SQLITE3_ASSOC));
29 var_dump($r->fetchArray(SQLITE3_ASSOC));
34 var_dump($r->fetchArray(SQLITE3_ASSOC));
H A Dgh11451.phpt9 ->fetchArray(SQLITE3_ASSOC));
13 ->fetchArray(SQLITE3_ASSOC));
H A Dbug77051.phpt23 var_dump($res->fetchArray(SQLITE3_NUM));
32 var_dump($res->fetchArray(SQLITE3_NUM));
43 var_dump($res->fetchArray(SQLITE3_NUM));
H A Dbug73068.phpt19 var_dump($r->fetchArray());
24 var_dump($r->fetchArray());
H A Dsqlite3_36_create_collation.phpt24 while ($row = $defaultSort->fetchArray()){
29 while ($row = $naturalSort->fetchArray()){
H A Dsqlite3_trampoline_create_collation.phpt33 while ($row = $defaultSort->fetchArray()){
38 while ($row = $naturalSort->fetchArray()){
H A Dsqlite3_26_reset_prepared_stmt.phpt25 while ($result = $results->fetchArray(SQLITE3_NUM)) {
29 while ($result = $results->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_27_reset_prepared_stmt_result.phpt25 while ($result = $results->fetchArray(SQLITE3_NUM)) {
29 while ($result = $results->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_28_clear_bindings.phpt25 while ($result = $results->fetchArray(SQLITE3_NUM)) {
32 while ($result = $results->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_04_update.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
31 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_05_delete.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
31 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dbug73333.phpt16 while (($row = $res->fetchArray(SQLITE3_NUM)) !== false) {
H A Dbug53463.phpt14 while ($row = $result->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_16_select_no_results.phpt16 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dbug45798.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM)) {
H A Dbug68760.phpt21 while ($row = $naturalSort->fetchArray()) {
H A Dexception_from_toString.phpt34 while ($row = $query->fetchArray(SQLITE3_ASSOC)) {
H A Dsqlite3stmt_getsql.phpt25 var_dump($res->fetchArray(SQLITE3_NUM));
H A Dbug63921-32bit.phpt21 $result = $stmt->fetchArray();
H A Dbug63921-64bit.phpt21 $result = $stmt->fetchArray();
H A Dsqlite3_13_skip_all_cleanup.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dbug70628.phpt26 while (($row = $res->fetchArray(SQLITE3_ASSOC))) {
H A Dsqlite3_03_insert.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))

Completed in 23 milliseconds

12