diff options
Diffstat (limited to 'ext/sqlite/tests/sqlite_oo_010.phpt')
| -rwxr-xr-x | ext/sqlite/tests/sqlite_oo_010.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/tests/sqlite_oo_010.phpt b/ext/sqlite/tests/sqlite_oo_010.phpt index bb1fc638eb..8d6f3c0a99 100755 --- a/ext/sqlite/tests/sqlite_oo_010.phpt +++ b/ext/sqlite/tests/sqlite_oo_010.phpt @@ -21,7 +21,7 @@ foreach ($data as $str) { $db->query("INSERT INTO strings VALUES('$str')"); } -$r = $db->unbuffered_query("SELECT a from strings", SQLITE_NUM); +$r = $db->unbufferedQuery("SELECT a from strings", SQLITE_NUM); while ($row = $r->valid()) { var_dump($r->current()); $r->next(); |
