This should be a comma, not a semi-colon.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72449 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jon Parise 2002-03-08 07:05:05 +00:00
parent cf0a38224b
commit bf8649483c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.73 $ -->
<!-- $Revision: 1.74 $ -->
<reference id="ref.pcre">
<title>Regular Expression Functions (Perl-Compatible)</title>
<titleabbrev>PCRE</titleabbrev>
@ -379,7 +379,7 @@ part 3: </a>
<parameter>replacement</parameter> has fewer values than
<parameter>pattern</parameter>, then empty string is used for the
rest of replacement values. If <parameter>pattern </parameter>
is an array and <parameter>replacement</parameter> is a string;
is an array and <parameter>replacement</parameter> is a string,
then this replacement string is used for every value of
<parameter>pattern</parameter>. The converse would not make
sense, though.