mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268518 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e98333d73b
commit
5cd86bd54a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<refentry xml:id="function.preg-replace" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>preg_replace</refname>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<literal><replaceable>$n</replaceable></literal>, with the latter form
|
||||
being the preferred one. Every such reference will be replaced by the text
|
||||
captured by the <replaceable>n</replaceable>'th parenthesized pattern.
|
||||
<replaceable>n </replaceable>can be from 0 to 99, and
|
||||
<replaceable>n</replaceable> can be from 0 to 99, and
|
||||
<literal>\\0</literal> or <literal>$0</literal> refers to the text matched
|
||||
by the whole pattern. Opening parentheses are counted from left to right
|
||||
(starting from 1) to obtain the number of the capturing subpattern.
|
||||
|
|
Loading…
Reference in a new issue