mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
PHP 5.3.6 breaks BC on array_product, it should be notified in the doc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329577 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9a6f424ca7
commit
cff47c489a
1 changed files with 23 additions and 0 deletions
|
@ -37,6 +37,29 @@
|
|||
Returns the product as an integer or float.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="changelog"><!-- {{{ -->
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.6</entry>
|
||||
<entry>
|
||||
The product of an empty array returns 1. (&url.php.bugs;2696)
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</refsect1><!-- }}} -->
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue