ID: 29030 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.6 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2004-07-06 15:50:06] [EMAIL PROTECTED] Description: ------------ A sample on http://www.php.net/manual/en/control-structures.for.php does not work. not work: for ($i = 1; $i <= 10; echo $i, $i++); #work: # for ($i = 1; $i <= 10; print $i, $i++); Expected result: ---------------- 12345678910 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29030&edit=1
