diff options
| author | Marcus Boerger <helly@php.net> | 2004-03-23 08:48:36 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-03-23 08:48:36 +0000 |
| commit | 82e2b354ac8d2df5643b50c432bde5ad0edac8db (patch) | |
| tree | 5b2f641d14cbc0e2e9fbaaf3aa82d21c164d3615 /ext/sqlite/tests/sqlite_oo_010.phpt | |
| parent | e6a1f0467760e69929e1993893e2a7c646cfe435 (diff) | |
| download | php-git-82e2b354ac8d2df5643b50c432bde5ad0edac8db.tar.gz | |
Consitency rules
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 b7f53cd4ad..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->queryUnbuffered("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(); |
