php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #20082 example script, chapter LXII Polish ver.
Submitted: 2002-10-25 06:45 UTC Modified: 2002-10-26 09:53 UTC
From: sstaciwa at poczta dot onet dot pl Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.3 OS: any
Private report: No CVE-ID: None
 [2002-10-25 06:45 UTC] sstaciwa at poczta dot onet dot pl
Hi there 
I found a little mistake in documenation to PHP. 
In chapter (LXII) (pdf,(on-line version too) polish version) in subchapter examples : 

foreach ($line as $col_name) {
    print "\t\t<td>$col_value</td>\n";

I think it should be:

foreach ($line as $col_value) {
    print "\t\t<td>$col_value</td>\n";

Greets 
Slawek 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-26 09:53 UTC] slawek@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 22:01:26 2024 UTC