fix typo, per user note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242954 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2007-09-26 20:49:18 +00:00
parent e26d404d0f
commit a34f3ff575

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.26 $ -->
<!-- $Revision: 1.27 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.str-replace">
<refnamediv>
<refname>str_replace</refname>
@ -120,7 +120,7 @@
the internal pointer on the <parameter>replace</parameter> 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.
</entry>
</row>
<row>