summaryrefslogtreecommitdiff
path: root/tests/run-test/test010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-test/test010.phpt')
-rw-r--r--tests/run-test/test010.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/run-test/test010.phpt b/tests/run-test/test010.phpt
deleted file mode 100644
index cc3ca3591e..0000000000
--- a/tests/run-test/test010.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-STDIN input
---FILE--
-<?php
-var_dump(stream_get_contents(STDIN));
-var_dump(stream_get_contents(fopen('php://stdin', 'r')));
-var_dump(file_get_contents('php://stdin'));
-?>
---STDIN--
-fooBar
-use this to input some thing to the php script
---EXPECT--
-string(54) "fooBar
-use this to input some thing to the php script
-"
-string(0) ""
-string(0) ""