|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-05-09 07:01 UTC] arnaud@php.net
[2003-05-20 08:32 UTC] arnaud@php.net
[2003-06-29 05:59 UTC] rene at reneschmidt dot de
[2003-07-10 06:25 UTC] cox@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 13:00:01 2025 UTC |
I have tested the following Script with XML_Tree: require_once 'XML/tree.php'; $tree = new XML_Tree; $root =& $tree->addRoot('root'); $foo =& $root->addChild('foo'); $test = $tree->insertChild('root',0,'test','bla'); header('Content-Type: text/xml'); $tree->dump(); resulting in: Fatal error: Call to undefined function: get_node_by_path() in C:\php4\pear\XML\tree.php on line 138 I used v 1.1 of XML_Tree on PEAR 1.1