summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests/008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cgi/tests/008.phpt')
-rw-r--r--sapi/cgi/tests/008.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/sapi/cgi/tests/008.phpt b/sapi/cgi/tests/008.phpt
index be2fd578e7..05d9d8c190 100644
--- a/sapi/cgi/tests/008.phpt
+++ b/sapi/cgi/tests/008.phpt
@@ -16,12 +16,12 @@ $code = '
$test = "var"; //var
/* test class */
class test {
- private $var = array();
+ private $var = array();
- public static function foo(Test $arg) {
- echo "hello";
- var_dump($this);
- }
+ public static function foo(Test $arg) {
+ echo "hello";
+ var_dump($this);
+ }
}
$o = new test;