PCRE_UCP 1459 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0 && escape >= ESC_D && escape <= ESC_w) PCRE_UCP 4996 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UCP) != 0) PCRE_UCP 5495 ext/pcre/pcrelib/pcre_compile.c if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0)) PCRE_UCP 8980 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 6; options |= PCRE_UCP; continue; } PCRE_UCP 9084 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 1123 ext/pcre/pcrelib/pcre_internal.h PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF) PCRE_UCP 9838 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 390 ext/pcre/php_pcre.c #ifdef PCRE_UCP PCRE_UCP 391 ext/pcre/php_pcre.c coptions |= PCRE_UCP;