php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30761 german version of object DOMNode->replaceChild documentation is wrong
Submitted: 2004-11-11 12:49 UTC Modified: 2004-11-11 13:53 UTC
From: php dot net at enlighter dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.2 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php dot net at enlighter dot de
New email:
PHP Version: OS:

 

 [2004-11-11 12:49 UTC] php dot net at enlighter dot de
Description:
------------
Hi, 
 
in the german documentation the arguments of replaceChild 
are switched: 
 
German version: 
object DOMNode->replaceChild ( object oldnode, object  
newnode) 
 
Englisch version: 
object DOMNode->replaceChild ( object newnode, object 
oldnode) 
 
The englisch version is the correct one! 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-11 13:53 UTC] wiesemann@php.net
There is no german version of this chapter yet.

The text in the german manual and the text in the english one differ because the german manual was last built in august and the english manual in october.

The parameter order has been changed in the english text two months ago.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 13:00:01 2025 UTC