From 15c3c8267e2f80d817484b4d453125c03d9992fe Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 25 Jan 2008 00:02:31 +0000 Subject: [PATCH] Fix example (add "static"); Add new example ("classname::method" as valid callback) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251282 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/funchand/functions/call-user-func.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reference/funchand/functions/call-user-func.xml b/reference/funchand/functions/call-user-func.xml index 58c040137d..421406bf13 100644 --- a/reference/funchand/functions/call-user-func.xml +++ b/reference/funchand/functions/call-user-func.xml @@ -1,5 +1,5 @@ - + call_user_func @@ -124,8 +124,9 @@ call_user_func(array(__NAMESPACE__ .'::Foo', 'test')); // As of PHP 5.3.0 ]]>