PCRE_UCP 1476 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0 && escape >= ESC_D && escape <= ESC_w) PCRE_UCP 5012 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) PCRE_UCP 5535 ext/pcre/pcrelib/pcre_compile.c (options & PCRE_UCP) != 0)) PCRE_UCP 9104 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 6; options |= PCRE_UCP; continue; } PCRE_UCP 9208 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) PCRE_UCP 6558 ext/pcre/pcrelib/pcre_exec.c md->use_ucp = (re->options & PCRE_UCP) != 0; PCRE_UCP 1120 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 279 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; PCRE_UCP 402 ext/pcre/php_pcre.c #ifdef PCRE_UCP PCRE_UCP 403 ext/pcre/php_pcre.c coptions |= PCRE_UCP;