summaryrefslogtreecommitdiff
path: root/Zend/tests/025.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/025.phpt')
-rw-r--r--Zend/tests/025.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/025.phpt b/Zend/tests/025.phpt
index 24e5520ee1..0d3c7e823e 100644
--- a/Zend/tests/025.phpt
+++ b/Zend/tests/025.phpt
@@ -4,9 +4,9 @@ Testing dynamic calls
<?php
class foo {
- static public function a() {
- print "ok\n";
- }
+ static public function a() {
+ print "ok\n";
+ }
}
$a = 'a';