ID: 31697 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant Assigned To: tularis New Comment:
Jed, there is no such general rule. If you find places in the manual that "aren't clear" on this then please fix it or submit a bug report. The only real difference between PHP 4 and PHP 5 is the OOP model which is why a separate OOP section exists. Previous Comments: ------------------------------------------------------------------------ [2005-01-26 01:09:12] [EMAIL PROTECTED] It's mentioned in the PHP 5 docs, and includes implementing Iterator from the SPL. http://www.php.net/manual/en/language.oop5.iterations.php I think the general rule is place things where it doesn't seem like they'd be, since PHP 5 is so radically different it deserves its own manual section, and the rest of the manual isn't clear on what PHP 4 and PHP 5 is anymore. ------------------------------------------------------------------------ [2005-01-25 23:51:07] [EMAIL PROTECTED] assigning to myself (so I don't forget) ------------------------------------------------------------------------ [2005-01-25 23:50:42] [EMAIL PROTECTED] Description: ------------ The foreach documentation page doesn't mention the fact that foreach can also be used to iterate trough an object's properties. Reproduce code: --------------- - Expected result: ---------------- foreach contains a notice about objects Actual result: -------------- none ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31697&edit=1
