diff options
Diffstat (limited to 'ext/pdo/tests/bug_38394.phpt')
-rw-r--r-- | ext/pdo/tests/bug_38394.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo/tests/bug_38394.phpt b/ext/pdo/tests/bug_38394.phpt index 6ec897fed7..e3c2a17fda 100644 --- a/ext/pdo/tests/bug_38394.phpt +++ b/ext/pdo/tests/bug_38394.phpt @@ -26,7 +26,6 @@ $s->execute(array('a' => 9, 'b' => 10, 'c' => 11)); var_dump($db->query("SELECT * FROM test")->fetchAll(PDO::FETCH_ASSOC)); ?> -===DONE=== --EXPECT-- array(2) { [0]=> @@ -48,4 +47,3 @@ array(2) { string(2) "11" } } -===DONE=== |