ID: 31354 Updated by: [EMAIL PROTECTED] Reported By: kingoleg at mail dot ru -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: all PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2004-12-30 15:13:17] kingoleg at mail dot ru Description: ------------ function.dom-domnode-insertbefore.php is constists: DOMNode->insertBefore -- Adds new child at the end of the children Reproduce code: --------------- http://ua2.php.net/manual/en/function.dom-domnode-insertbefore.php Expected result: ---------------- DOMNode->insertBefore -- Inserts new node as child OR DOMNode->insertBefore -- add the new node right before existing node Actual result: -------------- DOMNode->insertBefore -- Adds new child at the end of the children ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31354&edit=1