On Tue, 23 Dec 2003 13:07:58 -0000
"Jakub Vrana" <[EMAIL PROTECTED]> wrote:
> vrana Tue Dec 23 08:07:58 2003 EDT
>
> Modified files:
> /phpdoc/en/reference/pcre/functions pcre.pattern.syntax.xml
> Log:
> literallayout changed to para
Jacob, make test complains on <emphasis> in <literal>, below is quick fix:
Index: pcre.pattern.syntax.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml,v
retrieving revision 1.8
diff -u -r1.8 pcre.pattern.syntax.xml
--- pcre.pattern.syntax.xml 23 Dec 2003 13:07:58 -0000 1.8
+++ pcre.pattern.syntax.xml 23 Dec 2003 15:58:32 -0000
@@ -1712,7 +1712,7 @@
the last value taken on at the top level. If additional
parentheses are added, giving
- <literal>\( <emphasis>(</emphasis> ( (?>[^()]+) | (?R) )*
<emphasis>)</emphasis> \)</literal>
+ <literal>\( ( ( (?>[^()]+) | (?R) )* ) \)</literal>
then the string they capture
is "ab(cd)ef", the contents of the top level parentheses. If
there are more than 15 capturing parentheses in a pattern,
---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED]