diff options
Diffstat (limited to 'sapi/cli/tests/007.phpt')
-rw-r--r-- | sapi/cli/tests/007.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/007.phpt b/sapi/cli/tests/007.phpt index d50c38149a..dd8e17163c 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"; ?> ---EXPECT-- +--EXPECT-- string(81) " <?php class test { public $var = "test"; private $pri; function foo() { } } ?> |