From fa94164d1c80e6e9f74d57e7c56fd618c7051257 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 23 Dec 2003 16:06:25 +0000 Subject: [PATCH] emphasise in literal git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147268 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/functions/pcre.pattern.syntax.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pcre/functions/pcre.pattern.syntax.xml b/reference/pcre/functions/pcre.pattern.syntax.xml index e46e1332e7..73fc521eb8 100644 --- a/reference/pcre/functions/pcre.pattern.syntax.xml +++ b/reference/pcre/functions/pcre.pattern.syntax.xml @@ -1,5 +1,5 @@ - + @@ -1712,7 +1712,7 @@ the last value taken on at the top level. If additional parentheses are added, giving - \( ( ( (?>[^()]+) | (?R) )* ) \) + \( ( ( (?>[^()]+) | (?R) )* ) \) 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,