PCRE_UCP 1183 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0 && escape >= ESC_D && escape <= ESC_w) PCRE_UCP 4210 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) PCRE_UCP 4661 ext/pcre/pcrelib/pcre_compile.c if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0)) PCRE_UCP 7872 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 6; options |= PCRE_UCP; continue; } PCRE_UCP 7931 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) PCRE_UCP 6433 ext/pcre/pcrelib/pcre_exec.c md->use_ucp = (re->options & PCRE_UCP) != 0; PCRE_UCP 1169 ext/pcre/pcrelib/pcre_internal.h PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE) PCRE_UCP 270 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; PCRE_UCP 370 ext/pcre/php_pcre.c #ifdef PCRE_UCP PCRE_UCP 371 ext/pcre/php_pcre.c coptions |= PCRE_UCP;