From 2b921fa00c9c911f1ab98ffd0c29fe0ca8416938 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Hedde Date: Mon, 25 Feb 2013 21:46:06 +0000 Subject: [PATCH] array_product : fix link. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329579 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-product.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-product.xml b/reference/array/functions/array-product.xml index 90383dd50b..f10f28a183 100644 --- a/reference/array/functions/array-product.xml +++ b/reference/array/functions/array-product.xml @@ -1,6 +1,7 @@ - + array_product Calculate the product of values in an array @@ -52,7 +53,8 @@ 5.3.6 - The product of an empty array returns 1. (&url.php.bugs;2696) + The product of an empty array returns 1. (see + Bug #48484)