summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/010-2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/010-2.phpt')
-rw-r--r--sapi/cli/tests/010-2.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/010-2.phpt b/sapi/cli/tests/010-2.phpt
index cec29c6b4a..73198ad28b 100644
--- a/sapi/cli/tests/010-2.phpt
+++ b/sapi/cli/tests/010-2.phpt
@@ -1,8 +1,8 @@
--TEST--
executing a code with -R
--SKIPIF--
-<?php
-include "skipif.inc";
+<?php
+include "skipif.inc";
if (substr(PHP_OS, 0, 3) == 'WIN') {
die ("skip not for Windows");
}
@@ -27,7 +27,7 @@ var_dump(`cat "$filename_txt" | "$php" -n -R "var_dump(1);"`);
echo "Done\n";
?>
---EXPECT--
+--EXPECT--
string(21) "int(1)
int(1)
int(1)