php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40362 Missing version information for dom/domxml
Submitted: 2007-02-05 10:19 UTC Modified: 2009-03-09 08:09 UTC
From: mgibson at designlinks dot net Assigned: philip (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: n/a
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: mgibson at designlinks dot net
New email:
PHP Version: OS:

 

 [2007-02-05 10:19 UTC] mgibson at designlinks dot net
Description:
------------
Hello.
Since the PHP manual overhaul I've noticed that
the names for DOM XML methods appear as
underscored_names, rather than CamelCase.

eg:
  DOMDocument->create_element()
should be:
  DOMDocument->createElement()!

Hope this helps.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-05 10:26 UTC] mgibson at designlinks dot net
Sorry, I'm a complete idiot, I should have been looking at
the DOM pages, not DOM XML!
There is nothing to see here, move along please.

I really should wait until after lunch on a Monday morning
before trying to think!
 [2007-02-05 10:28 UTC] bjori@php.net
DOMXML is the PHP4 extension.
DOM    is the PHP5 extension.

In DOMXML the format is DomDocument->create_element()
In DOM    the format is DOMDocument->createElement()

Meaning, you are looking at the wrong manual page :)

Sean: Neither DOMXML nor DOM have acceptable version info, 
please check it out :)

 [2008-04-12 00:53 UTC] bpd at keynetics dot com
User comments from the old /manual/en/function.dom-domdocument-loadhtml.php page are not shown on the new /manual/en/domdocument.loadhtml.php page.
 [2008-10-29 16:57 UTC] sean@php.net
reassigning my old bug )-:
 [2009-03-09 08:09 UTC] philip@php.net
Version information exists in the entire manual now... closing this bug.  
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 15:01:36 2025 UTC