mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added information about (?J) internal option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247723 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
77d57327f0
commit
0c6eb2a657
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
|
||||
<refentry xml:id="reference.pcre.pattern.modifiers" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
|
@ -172,6 +172,15 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>J</emphasis> (PCRE_INFO_JCHANGED)</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The (?J) internal option setting changes the local PCRE_DUPNAMES option.
|
||||
Allow duplicate names for subpatterns.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>u</emphasis> (PCRE_UTF8)</term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue