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