ID: 31815 Updated by: [EMAIL PROTECTED] Reported By: p dot tomicki at pafka dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Any PHP Version: Irrelevant 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: ------------------------------------------------------------------------ [2005-02-02 15:24:46] p dot tomicki at pafka dot com Description: ------------ I have found en error in Polish documentation each function (http://pl.php.net/manual/pl/function.each.php) Error is in line "while (list ($key, $val) = each (_POST)) {" there should be "while (list ($key, $val) = each ($_POST)) {" Reproduce code: --------------- Przyk�ad 2. Przechodzenie przez $HTTP_POST_VARS u�ywaj�c each() echo "Warto�ci wys�ane metod� POST: <br />\n"; reset ($_POST); while (list ($key, $val) = each (_POST)) { echo "$key => $val<br />\n"; } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31815&edit=1
