summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69025.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug69025.phpt')
-rw-r--r--Zend/tests/bug69025.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/bug69025.phpt b/Zend/tests/bug69025.phpt
index 389c09f75f..8cb5f878f2 100644
--- a/Zend/tests/bug69025.phpt
+++ b/Zend/tests/bug69025.phpt
@@ -3,9 +3,9 @@ Bug #69025 (Invalid read of size 4 when calling __callStatic)
--FILE--
<?php
class A {
- public static function __callStatic($method, $args)
- {
- }
+ public static function __callStatic($method, $args)
+ {
+ }
}
A::init();