mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
090a9b3331
# 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.