php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #34363 Possibly wrong description of a function
Submitted: 2005-09-04 01:42 UTC Modified: 2005-09-06 09:35 UTC
From: invisible at hidden-city dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: invisible at hidden-city dot net
New email:
PHP Version: OS:

 

 [2005-09-04 01:42 UTC] invisible at hidden-city dot net
Description:
------------
on the http://www.php.net/array_reduce under example it is written: "$c containing 1200 (= 1*2*3*4*5*10)," but since the  "If the optional initial is available, it will be used at the beginning of the process," the process of getting the value of $c is (10*1*2*3*4*5). The result is the same, but I think it should be changed so that the explanation starts with the 10*1*2...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-06 09:35 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 23:00:01 2025 UTC