PCRE_UTF8 780 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 3462 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) != 0) PCRE_UTF8 3508 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) == 0) PCRE_UTF8 3537 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) != 0) /* All UTFs use the same flag bit */ PCRE_UTF8 3648 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 3735 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 7265 ext/pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, PCRE_UTF8 7858 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 7; options |= PCRE_UTF8; continue; } PCRE_UTF8 7870 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 6; options |= PCRE_UTF8; continue; } PCRE_UTF8 7900 ext/pcre/pcrelib/pcre_compile.c utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 8207 ext/pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, PCRE_UTF8 6317 ext/pcre/pcrelib/pcre_exec.c utf = md->utf = (re->options & PCRE_UTF8) != 0; PCRE_UTF8 1166 ext/pcre/pcrelib/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_UTF8 86 ext/pcre/pcrelib/pcre_study.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 1413 ext/pcre/pcrelib/pcre_study.c rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, PCRE_UTF8 267 ext/pcre/pcrelib/pcredemo.c utf8 = option_bits & PCRE_UTF8; PCRE_UTF8 269 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; PCRE_UTF8 366 ext/pcre/php_pcre.c case 'u': coptions |= PCRE_UTF8; PCRE_UTF8 1596 ext/pcre/php_pcre.c if (pce->compile_options & PCRE_UTF8) {