php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42577 lill' mistake in echo's manpage
Submitted: 2007-09-06 13:06 UTC Modified: 2007-09-06 13:16 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: niek at signet dot nl Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: niek at signet dot nl
New email:
PHP Version: OS:

 

 [2007-09-06 13:06 UTC] niek at signet dot nl
Description:
------------
Hi,

There is a lill' mistake in the page about echo: http://www.php.net/echo

There is a piece of code there, and one line is this:

echo $foo,$bar;     // foobarbarbaz

But that shouldn't say foobarbarbaz, but foobarArray.
Because a few lines before, $bar was redeclared to an array.

It isn't a big issue or something, but I thought you guys might wanna know/take a look at it :)

Best Regards,
Niek

Reproduce code:
---------------
-

Expected result:
----------------
-

Actual result:
--------------
-

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-09-06 13:16 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.

Nice catch, thanks!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 02:00:01 2025 UTC