summaryrefslogtreecommitdiff
path: root/ext/standard/tests/streams/bug54946.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/streams/bug54946.phpt')
-rw-r--r--ext/standard/tests/streams/bug54946.phpt7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/standard/tests/streams/bug54946.phpt b/ext/standard/tests/streams/bug54946.phpt
index f220e9afba..0f58d19647 100644
--- a/ext/standard/tests/streams/bug54946.phpt
+++ b/ext/standard/tests/streams/bug54946.phpt
@@ -31,8 +31,13 @@ fclose($stream);
unlink($filename);
?>
===DONE===
---EXPECT--
+--EXPECTF--
+Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
string(0) ""
+
+Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
string(0) ""
+
+Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
string(0) ""
===DONE===