the subject returned isn't the parameter 'subject' that was passed

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229041 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2007-02-05 14:42:26 +00:00
parent 71337d2152
commit 979eb4d641

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<refentry id="function.preg-replace-callback">
<refnamediv>
<refname>preg_replace_callback</refname>
@ -126,9 +126,8 @@ fclose($fp);
otherwise.
</para>
<para>
If matches are found, the new <parameter>subject</parameter> will
be returned, otherwise <parameter>subject</parameter> will be
returned unchanged.
If matches are found, the new subject will be returned, otherwise
<parameter>subject</parameter> will be returned unchanged.
</para>
</refsect1>