PCRE_UCP         1478 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0 && escape >= ESC_D && escape <= ESC_w)
PCRE_UCP         5014 ext/pcre/pcrelib/pcre_compile.c         if ((options & PCRE_UCP) != 0)
PCRE_UCP         5537 ext/pcre/pcrelib/pcre_compile.c         (options & PCRE_UCP) != 0))
PCRE_UCP         9106 ext/pcre/pcrelib/pcre_compile.c     { skipatstart += 6; options |= PCRE_UCP; continue; }
PCRE_UCP         9210 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0)
PCRE_UCP         6560 ext/pcre/pcrelib/pcre_exec.c md->use_ucp = (re->options & PCRE_UCP) != 0;
PCRE_UCP         1124 ext/pcre/pcrelib/pcre_internal.h    PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF)
PCRE_UCP         9880 ext/pcre/pcrelib/pcre_jit_compile.c common->use_ucp = (re->options & PCRE_UCP) != 0;
PCRE_UCP          281 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UCP) != 0)      options |= PCRE_UCP;
PCRE_UCP          395 ext/pcre/php_pcre.c #ifdef PCRE_UCP
PCRE_UCP          396 ext/pcre/php_pcre.c 						coptions |= PCRE_UCP;