summaryrefslogtreecommitdiff
path: root/Zend/tests/bug45186.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug45186.phpt')
-rw-r--r--Zend/tests/bug45186.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug45186.phpt b/Zend/tests/bug45186.phpt
index bcf88a1897..411c2ea072 100644
--- a/Zend/tests/bug45186.phpt
+++ b/Zend/tests/bug45186.phpt
@@ -20,7 +20,7 @@ class bar {
call_user_func(array('self', 'y'));
call_user_func('self::y');
}
- static function x() {
+ static function x() {
print "ok\n";
}
}