From 4a162b71a22107fea2e5894ef475e89d18d020ef Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 14 Sep 2006 16:58:52 +0000 Subject: add --STDIN-- support --- tests/run-test/test010.phpt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/run-test/test010.phpt (limited to 'tests') diff --git a/tests/run-test/test010.phpt b/tests/run-test/test010.phpt new file mode 100644 index 0000000000..cc3ca3591e --- /dev/null +++ b/tests/run-test/test010.phpt @@ -0,0 +1,17 @@ +--TEST-- +STDIN input +--FILE-- + +--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) "" -- cgit v1.2.1