summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/007.phpt')
-rw-r--r--sapi/cli/tests/007.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/007.phpt b/sapi/cli/tests/007.phpt
index 0bf40703d9..d1af19f1d2 100644
--- a/sapi/cli/tests/007.phpt
+++ b/sapi/cli/tests/007.phpt
@@ -1,8 +1,8 @@
--TEST--
strip comments and whitespace with -w
--SKIPIF--
-<?php
-include "skipif.inc";
+<?php
+include "skipif.inc";
if (substr(PHP_OS, 0, 3) == 'WIN') {
die ("skip not for Windows");
}
@@ -40,7 +40,7 @@ var_dump(`echo "<?php /* comment */ class test {\n // comment \n function foo()
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
string(81) "
<?php
class test { public $var = "test"; private $pri; function foo() { } } ?>