diff options
Diffstat (limited to 'ext/sqlite3/tests/sqlite3_bind_bug68849.phpt')
-rw-r--r-- | ext/sqlite3/tests/sqlite3_bind_bug68849.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sqlite3/tests/sqlite3_bind_bug68849.phpt b/ext/sqlite3/tests/sqlite3_bind_bug68849.phpt index 7e4a4e8243..9b6e3ae29a 100644 --- a/ext/sqlite3/tests/sqlite3_bind_bug68849.phpt +++ b/ext/sqlite3/tests/sqlite3_bind_bug68849.phpt @@ -34,7 +34,6 @@ $r = $s->execute(); var_dump($r->fetchArray(SQLITE3_ASSOC)); ?> -==DONE== --EXPECT-- array(3) { ["a"]=> @@ -68,4 +67,3 @@ array(3) { ["c"]=> float(3.15) } -==DONE== |