|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-09 10:26 UTC] fa@php.net
[2006-06-08 00:12 UTC] sammywg@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 12:00:01 2025 UTC |
Description: ------------ relating to: /manual/de/function.str-replace.php The english version makes it very clear ("... returns ...") that the replacement is not done "in place" The german is a little vague. Reproduce code: --------------- compare english and german version Expected result: ---------------- Maybe its better to stay close to the english text "Die Funktion liefert einen R?ckgabewert in dem ..." Actual result: -------------- I had one support case where this leads to a hard-to-find bug.