From de318a3586d9ff72ae7e5b0d50696e82e71db270 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Wed, 3 Feb 2010 09:45:02 +0000 Subject: [PATCH] array_reduce initial parameter mixed as of 5.3.0. Closes #50919 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294358 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-reduce.xml | 25 +++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/reference/array/functions/array-reduce.xml b/reference/array/functions/array-reduce.xml index 52e85c1ccc..f74ba8dbbc 100644 --- a/reference/array/functions/array-reduce.xml +++ b/reference/array/functions/array-reduce.xml @@ -11,7 +11,7 @@ mixedarray_reduce arrayinput callbackfunction - intinitial + mixedinitial array_reduce applies iteratively the @@ -63,6 +63,29 @@ array_reduce returns &null;. + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + Changed initial to allow mixed, previously integer. + + + + + + + &reftitle.examples;