php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30118 Error in documentation
Submitted: 2004-09-16 16:52 UTC Modified: 2004-09-18 09:56 UTC
From: mark at ttzn dot nl Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mark at ttzn dot nl
New email:
PHP Version: OS:

 

 [2004-09-16 16:52 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-18 09:56 UTC] et@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Sep 21 22:00:01 2025 UTC