mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64250 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
54067bc5dd
commit
4edd5be5cb
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.65 $ -->
|
||||
<!-- $Revision: 1.66 $ -->
|
||||
<reference id="ref.pcre">
|
||||
<title>Regular Expression Functions (Perl-Compatible)</title>
|
||||
<titleabbrev>PCRE</titleabbrev>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<para>
|
||||
If <parameter>matches</parameter> is provided, then it is filled
|
||||
with the results of search. $matches[0] will contain the text that
|
||||
match the full pattern, $matches[1] will have the text that matched
|
||||
matched the full pattern, $matches[1] will have the text that matched
|
||||
the first captured parenthesized subpattern, and so on.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue