From a34f3ff575f70f5841119fa5b768aeb59345851c Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 26 Sep 2007 20:49:18 +0000 Subject: [PATCH] fix typo, per user note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242954 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/str-replace.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/str-replace.xml b/reference/strings/functions/str-replace.xml index 4d4a4e5a60..3b80344a7a 100644 --- a/reference/strings/functions/str-replace.xml +++ b/reference/strings/functions/str-replace.xml @@ -1,5 +1,5 @@ - + str_replace @@ -120,7 +120,7 @@ the internal pointer on the replace array. This has been corrected in PHP 4.3.3, any scripts which relied on this bug should remove empty search values prior to calling this - function in order to mimick the original behavior. + function in order to mimic the original behavior.