diff options
Diffstat (limited to 'ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt')
| -rw-r--r-- | ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt b/ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt index 994503dd03..27497f7448 100644 --- a/ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt +++ b/ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt @@ -30,7 +30,7 @@ echo "SELECTING results\n"; $results = $db->query("SELECT id, quote(data) AS data FROM test ORDER BY id ASC"); while ($result = $results->fetchArray(SQLITE3_NUM)) { - var_dump($result); + var_dump($result); } $results->finalize(); |
