php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #39690 function search for dom (php5) is not working
Submitted: 2006-11-30 09:42 UTC Modified: 2006-11-30 15:53 UTC
From: lbzwischenbrugger at fh-stpoelten dot ac dot at Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: all
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: lbzwischenbrugger at fh-stpoelten dot ac dot at
New email:
PHP Version: OS:

 

 [2006-11-30 09:42 UTC] lbzwischenbrugger at fh-stpoelten dot ac dot at
Description:
------------
If I type "firstChild", "createElement" or one of the other method names of PHP5 DOM, I don't find the methods documentation.

Reproduce code:
---------------
http://at.php.net/manual-lookup.php?pattern=createElement
http://at.php.net/manual-lookup.php?pattern=firstChild
...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-30 12:39 UTC] rquadling@php.net
Both the online documentation and the help facility within the Windows CHM files both return closest matches to these methods.


 [2006-11-30 14:46 UTC] vrana@php.net
Exact match can be achieved by searching for domdocument_createelement or domnode_first_child.
 [2006-11-30 15:27 UTC] lbzwischenbrugger at fh-stpoelten dot ac dot at
The big problem is that domdocument_createelement, domnode_first_child,... are EXPERIMENTELL php4 functions 
-> see
http://at.php.net/manual/de/ref.domxml.php
The functions are not supported in PHP5.

The php5 functions are here:
http://at.php.net/manual/de/ref.dom.php
 [2006-11-30 15:53 UTC] lbzwischenbrugger at fh-stpoelten dot ac dot at
Some problem with
http://at.php.net/manual/de/ref.xsl.php
functions.

If I search for
"importStylesheet", 
I get the old buggy PHP4 sablotron documentation:
http://at.php.net/manual/de/function.domxml-xslt-stylesheet.php

To find the new XSLT Documentation is nearly impossible.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 04:00:01 2025 UTC