summaryrefslogtreecommitdiff
path: root/Zend/tests/call_user_func_005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/call_user_func_005.phpt')
-rw-r--r--Zend/tests/call_user_func_005.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/tests/call_user_func_005.phpt b/Zend/tests/call_user_func_005.phpt
index 9305e5849c..13d69fd60d 100644
--- a/Zend/tests/call_user_func_005.phpt
+++ b/Zend/tests/call_user_func_005.phpt
@@ -9,7 +9,7 @@ class foo {
return 1;
}
- public function teste() {
+ public static function teste() {
return foo::x(function &($a=1,$b) { });
}
}
@@ -18,7 +18,6 @@ var_dump(call_user_func(array('foo', 'teste')));
?>
--EXPECTF--
-Deprecated: %son-static method foo::teste() should not be called statically in %s on line %d
string(1) "x"
array(1) {
[0]=>