ID: 30612 Updated by: [EMAIL PROTECTED] Reported By: andreas at windischer dot at -Status: Open +Status: Bogus Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Of course this is going to give a parse error, you have broken code. Previous Comments: ------------------------------------------------------------------------ [2004-10-29 12:39:59] andreas at windischer dot at Description: ------------ "}" after "?>"-Tag Reproduce code: --------------- <?php $arr = array("eins", "zwei", "drei"); reset ($arr); while (list(, $value) = each ($arr)) { echo "Wert: $value<br />\n"; } foreach ($arr as $value) { echo "Wert: $value<br />\n"; ?> } Expected result: ---------------- <?php $arr = array("eins", "zwei", "drei"); reset ($arr); while (list(, $value) = each ($arr)) { echo "Wert: $value<br />\n"; } foreach ($arr as $value) { echo "Wert: $value<br />\n"; } ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30612&edit=1
