summaryrefslogtreecommitdiff
path: root/tests/output/stream_isatty_in-out.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/output/stream_isatty_in-out.phpt')
-rw-r--r--tests/output/stream_isatty_in-out.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/output/stream_isatty_in-out.phpt b/tests/output/stream_isatty_in-out.phpt
index 6ad7a03fc3..d58e9aa05c 100644
--- a/tests/output/stream_isatty_in-out.phpt
+++ b/tests/output/stream_isatty_in-out.phpt
@@ -23,9 +23,6 @@ STDOUT (php://fd/1): bool(false)
STDERR (constant): bool(true)
STDERR (fopen): bool(true)
STDERR (php://fd/2): bool(true)
-Not a stream:
-Warning: stream_isatty() expects parameter 1 to be resource, string given in %s on line %d
-bool(false)
Invalid stream (php://temp): bool(false)
Invalid stream (php://input): bool(false)
Invalid stream (php://memory): bool(false)