|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-02-10 20:04 UTC] mtaylor at esshc dot com
Description: ------------ Bug 26531 (http://bugs.php.net/bug.php?id=26531) has resurfaced again in ver 5. $whatever->get_elements_by_tagname("*"); returns null instead of the full list. Also, I just downloaded the latest dll from snaps/pecl and confirmed that the issue hasn't already been found and fixed on the bleeding edge. Thanks. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 05:00:01 2025 UTC |
foreach($dom->getElementsByTagName("*") as $node) { print ($node->localName); } Works for me... And please keep in mind: To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report.