summaryrefslogtreecommitdiff
path: root/Zend/tests/call_static_006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/call_static_006.phpt')
-rw-r--r--Zend/tests/call_static_006.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/call_static_006.phpt b/Zend/tests/call_static_006.phpt
index 946be2a3c9..2439f14893 100644
--- a/Zend/tests/call_static_006.phpt
+++ b/Zend/tests/call_static_006.phpt
@@ -4,9 +4,9 @@ Testing __callStatic
<?php
class foo {
- static function __callstatic($a, $b) {
- var_dump($a);
- }
+ static function __callstatic($a, $b) {
+ var_dump($a);
+ }
}
foo::__construct();