summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/002-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/002-win32.phpt')
-rw-r--r--sapi/cli/tests/002-win32.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/002-win32.phpt b/sapi/cli/tests/002-win32.phpt
index 5a00c67f74..d65961de8e 100644
--- a/sapi/cli/tests/002-win32.phpt
+++ b/sapi/cli/tests/002-win32.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 only 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