From c3b7ce511c5856f0fa3e178943859b32b3c3f9e1 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Fri, 3 Feb 2012 20:58:24 +0000 Subject: [PATCH] Added callback prototype. Closes bug #60956. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323048 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-reduce.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/array/functions/array-reduce.xml b/reference/array/functions/array-reduce.xml index 645ce96dc8..ddb167dfa5 100644 --- a/reference/array/functions/array-reduce.xml +++ b/reference/array/functions/array-reduce.xml @@ -38,6 +38,11 @@ The callback function. + + voidcallback + arrayresult + mixeditem +