[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-bugs
Subject:    [DOC-BUGS] [PHP-BUG] Doc #77219 [NEW]: childNodes property not in DOMElement manual
From:       "pavel dot pilat at gmail dot com"<php-bugs () lists ! php ! net>
Date:       2018-11-29 12:35:38
Message-ID: bug-77219 () bugs ! php ! net
[Download RAW message or body]

From:             pavel dot pilat at gmail dot com
Operating system: Windows 7 x64 SP1
PHP version:      7.1.24
Package:          DOM XML related
Bug Type:         Documentation Problem
Bug description:childNodes property not in DOMElement manual

Description:
------------
I ran into this code (from
https://www.w3schools.com/php/php_xml_dom.asp), you may see it in the
test script section.

I tried it and it works. What attracted my attention was "childNodes"
property of $x which is DOMElement. The manual page for the class
DOMElement does not describe this property. Please add it.

http://php.net/manual/en/class.domelement.php

Test script:
---------------
<?php
$xmlDoc = new DOMDocument();
$xmlDoc->load("note.xml");

$x = $xmlDoc->documentElement;
foreach ($x->childNodes AS $item) {
  print $item->nodeName . " = " . $item->nodeValue . "<br>";
}
?> 


-- 
Edit bug report at https://bugs.php.net/bug.php?id=77219&edit=1
-- 
Try a snapshot (PHP 5.4):   https://bugs.php.net/fix.php?id=77219&r=trysnapshot54
Try a snapshot (PHP 5.5):   https://bugs.php.net/fix.php?id=77219&r=trysnapshot55
Try a snapshot (trunk):     https://bugs.php.net/fix.php?id=77219&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=77219&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=77219&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=77219&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=77219&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=77219&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=77219&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=77219&r=notwrong
Not enough info:            https://bugs.php.net/fix.php?id=77219&r=notenoughinfo
Submitted twice:            https://bugs.php.net/fix.php?id=77219&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=77219&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=77219&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=77219&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=77219&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=77219&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=77219&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=77219&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=77219&r=mysqlcfg


-- 
PHP Documentation Bugs Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic