ID: 30118 Updated by: [EMAIL PROTECTED] Reported By: mark at ttzn dot nl -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Irrelevant 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: ------------------------------------------------------------------------ [2004-09-16 16:52:14] mark at ttzn dot nl Description: ------------ The page: http://www.php.net/manual/en/language.oop5.interfaces.php Contains invalid information about how to implement more than one interface. It says: -> Classes may implement more than one interface if desired by listing each interface split by a space. While separating the list with spaces does not work. It works however when separating it with a comma. So the fix would be: -> Classes may implement more than one interface if desired by listing each interface split by a comma. Reproduce code: --------------- Irrelevant Expected result: ---------------- Irrelevant Actual result: -------------- Irrelevant ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30118&edit=1