|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-10-15 11:52 UTC] tony2001@php.net
[2005-10-16 03:07 UTC] js1 at qq dot com
[2005-10-16 12:44 UTC] chregu@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 22:00:02 2025 UTC |
Description: ------------ domxml cannot create a element use name of element 'channel' Reproduce code: --------------- <?php $dom = domxml_new_doc("1.0"); $root = $dom->add_root("channel") ; echo $dom->dump_mem(true,"utf-8"); ?> Expected result: ---------------- alert 'add to Favorites'