summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests/003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cgi/tests/003.phpt')
-rw-r--r--sapi/cgi/tests/003.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/sapi/cgi/tests/003.phpt b/sapi/cgi/tests/003.phpt
index 4b4d29267d..ac3f6aa8e6 100644
--- a/sapi/cgi/tests/003.phpt
+++ b/sapi/cgi/tests/003.phpt
@@ -4,7 +4,7 @@ strip comments and whitespace with -w
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die ("skip not for Windows");
+ die ("skip not for Windows");
}
include "skipif.inc";
@@ -23,12 +23,12 @@ $code ='
/* some test script */
class test { /* {{{ */
- public $var = "test"; //test var
-#perl style comment
- private $pri; /* private attr */
+ public $var = "test"; //test var
+#perl style comment
+ private $pri; /* private attr */
- function foo(/* void */) {
- }
+ function foo(/* void */) {
+ }
}
/* }}} */