Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/sqlite3/tests/
H A Dbug79294.phpt15 var_dump($res->fetchArray() !== false);
17 var_dump($res->fetchArray() !== false);
20 var_dump($res->fetchArray() !== false);
23 var_dump($res->fetchArray() !== false);
H A Dsqlite3result_fetcharray_with_two_params_fails.phpt2 SQLite3Result::fetchArray() test, testing two params causes a failure
16 var_dump($result->fetchArray(1,2));
19 Warning: SQLite3Result::fetchArray() expects at most 1 parameter, 2 given in %s on line %d
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 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.phpt14 var_dump($r->fetchArray());
19 var_dump($r->fetchArray());
H A Dsqlite3_36_create_collation.phpt24 while ($row = $defaultSort->fetchArray()){
29 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.phpt18 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 Dbug63921-64bit.phpt20 $result = $stmt->fetchArray();
H A Dbug68760.phpt23 while ($row = $naturalSort->fetchArray()) {
H A Dbug63921-32bit.phpt20 $result = $stmt->fetchArray();
H A Dsqlite3_13_skip_all_cleanup.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_03_insert.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_23_escape_string.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dbug70628.phpt27 while (($row = $res->fetchArray(SQLITE3_ASSOC))) {
H A Dsqlite3_06_prepared_stmt.phpt25 while ($result = $results->fetchArray(SQLITE3_NUM))
H A Dsqlite3_07_prepared_stmt.phpt24 while ($result = $results->fetchArray(SQLITE3_NUM))
/PHP-7.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php1092 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1123 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1142 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1171 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1184 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1220 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1235 while ($res = $result->fetchArray(SQLITE3_NUM)) {
1270 while ($id = $result->fetchArray(SQLITE3_NUM)) {
1284 while ($id = $result->fetchArray(SQLITE3_NUM)) {
1339 while ($res = $result->fetchArray(SQLITE3_NUM)) {
[all …]

Completed in 81 milliseconds

12