From f41fee15b5968f724773b7eec1692734a27415b5 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 7 Jun 2016 14:28:24 +0000 Subject: [PATCH] Fix #72353: Misleading quote concerning PCRE in "UTF-8 mode" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339309 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/pattern.syntax.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml index 7e48590e38..ab5a49ef7f 100644 --- a/reference/pcre/pattern.syntax.xml +++ b/reference/pcre/pattern.syntax.xml @@ -1,7 +1,7 @@ - + Pattern Syntax PCRE regex syntax @@ -1276,6 +1276,10 @@ In UTF-8 mode, characters with values greater than 128 do not match any of the POSIX character classes. + As of PHP 5.3.0 and libpcre 8.10 some character classes are changed to use + Unicode character properties, in which case the mentioned restriction does + not apply. Refer to the PCRE(3) manual + for details. Unicode character properties can appear inside a character class. They can