array_product : fix link.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329579 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sebastien Hedde 2013-02-25 21:46:06 +00:00
parent cff47c489a
commit 2b921fa00c

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.array-product" xmlns="http://docbook.org/ns/docbook">
<refentry xml:id="function.array-product" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>array_product</refname>
<refpurpose>Calculate the product of values in an array</refpurpose>
@ -52,7 +53,8 @@
<row>
<entry>5.3.6</entry>
<entry>
The product of an empty array returns 1. (&url.php.bugs;2696)
The product of an empty array returns 1. (see
<link xlink:href="&url.php.bugs;48484">Bug #48484</link>)
</entry>
</row>
</tbody>