diff options
Diffstat (limited to 'ext/standard/tests/strings/php_strip_whitespace.phpt')
-rw-r--r-- | ext/standard/tests/strings/php_strip_whitespace.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/standard/tests/strings/php_strip_whitespace.phpt b/ext/standard/tests/strings/php_strip_whitespace.phpt index cdc599fc91..9f22daa9eb 100644 --- a/ext/standard/tests/strings/php_strip_whitespace.phpt +++ b/ext/standard/tests/strings/php_strip_whitespace.phpt @@ -19,15 +19,15 @@ $data = '<?php /* test class */ class test { - /* function foo () */ + /* function foo () */ - function foo () /* {{{ */ - { + function foo () /* {{{ */ + { - echo $var; //does not exist - } - /* }}} */ + echo $var; //does not exist + } + /* }}} */ } ?>'; |