php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32416 DOMNameList should be DOMNodeList
Submitted: 2005-03-22 22:36 UTC Modified: 2005-03-23 18:02 UTC
From: gardan at gmx dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gardan at gmx dot de
New email:
PHP Version: OS:

 

 [2005-03-22 22:36 UTC] gardan at gmx dot de
Description:
------------
In the Documentation on the ref.dom Page (XXVII. DOM Functions) is mentioned a "DOMNameList" with a single property "length". I assume this should be "DOMNodeList"?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-23 11:41 UTC] vrana@php.net
No.
 [2005-03-23 17:36 UTC] gardan at gmx dot de
Then where is DOMNodeList? It's lacking a description of it's methods (if any?) and properties. And why is DOMNameList mentioned nowhere else?
 [2005-03-23 18:02 UTC] didou@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.

You're fully right, DOMNodeList was missing in the class list. I just documented it.
As for DOMNameList, this interface isn't fully implemented in the C sources at the moment, so I commented it in the documentation.
 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of didou
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=7799f6247a696c25b856cc87b142f533bec12cbe
Log: Document DOMNodeList properties Comment DOMNameList (not implemented yet and confusing) # fix bug #32416
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 20:01:32 2025 UTC