summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/002.phpt')
-rw-r--r--sapi/cli/tests/002.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/002.phpt b/sapi/cli/tests/002.phpt
index be2b6331b3..f273aa02d3 100644
--- a/sapi/cli/tests/002.phpt
+++ b/sapi/cli/tests/002.phpt
@@ -1,8 +1,8 @@
--TEST--
running code with -r
--SKIPIF--
-<?php
-include "skipif.inc";
+<?php
+include "skipif.inc";
if (substr(PHP_OS, 0, 3) == 'WIN') {
die ("skip not for Windows");
}
@@ -16,7 +16,7 @@ var_dump(`$php -n -r 'var_dump("hello");'`);
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
string(18) "string(5) "hello"
"
Done