ID: 42577 Updated by: [EMAIL PROTECTED] Reported By: niek at signet dot nl -Status: Open +Status: Closed -Bug Type: Website problem +Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment:
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! Previous Comments: ------------------------------------------------------------------------ [2007-09-06 13:06:49] 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: -------------- - ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42577&edit=1
