vrana Thu Jun 23 10:35:56 2005 EDT
Modified files:
/phpdoc/en/reference/pcre pattern.syntax.xml
Log:
Option (?X)
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/pattern.syntax.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/pcre/pattern.syntax.xml
diff -u phpdoc/en/reference/pcre/pattern.syntax.xml:1.9
phpdoc/en/reference/pcre/pattern.syntax.xml:1.10
--- phpdoc/en/reference/pcre/pattern.syntax.xml:1.9 Fri Jun 17 07:40:21 2005
+++ phpdoc/en/reference/pcre/pattern.syntax.xml Thu Jun 23 10:35:56 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<refentry id="reference.pcre.pattern.syntax">
<refnamediv>
@@ -907,6 +907,7 @@
<link linkend="reference.pcre.pattern.modifiers">PCRE_MULTILINE</link>,
<link linkend="reference.pcre.pattern.modifiers">PCRE_DOTALL</link>,
<link linkend="reference.pcre.pattern.modifiers">PCRE_UNGREEDY</link>,
+ <link linkend="reference.pcre.pattern.modifiers">PCRE_EXTRA</link>,
and <link
linkend="reference.pcre.pattern.modifiers">PCRE_EXTENDED</link>
can be changed from within the pattern by
a sequence of Perl option letters enclosed between "(?" and
@@ -936,6 +937,10 @@
<entry><literal>U</literal></entry>
<entry>for <link
linkend="reference.pcre.pattern.modifiers">PCRE_UNGREEDY</link></entry>
</row>
+ <row>
+ <entry><literal>X</literal></entry>
+ <entry>for <link
linkend="reference.pcre.pattern.modifiers">PCRE_EXTRA</link></entry>
+ </row>
</tbody>
</tgroup>
</table>