mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
e26d404d0f
commit
a34f3ff575
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue