mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
87a2373422
# In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII # characters, even in UTF-8 mode. However, this can be changed by setting # the PCRE_UCP option.