diff options
Diffstat (limited to 'ext/sqlite/tests/sqlite_oo_013.phpt')
| -rwxr-xr-x | ext/sqlite/tests/sqlite_oo_013.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/tests/sqlite_oo_013.phpt b/ext/sqlite/tests/sqlite_oo_013.phpt index 022e6f8083..0c19505f23 100755 --- a/ext/sqlite/tests/sqlite_oo_013.phpt +++ b/ext/sqlite/tests/sqlite_oo_013.phpt @@ -31,7 +31,7 @@ while ($r->valid()) { $r->next(); } echo "====UNBUFFERED====\n"; -$r = $db->unbuffered_query("SELECT a, b from strings"); +$r = $db->unbufferedQuery("SELECT a, b from strings"); while ($r->valid()) { var_dump($r->column(0)); var_dump($r->column('b')); |
