PCRE_UTF8 1007 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 4214 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) != 0) PCRE_UTF8 4264 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) == 0) PCRE_UTF8 4292 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) != 0) /* All UTFs use the same flag bit */ PCRE_UTF8 4404 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 4491 ext/pcre/pcrelib/pcre_compile.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 8423 ext/pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, PCRE_UTF8 8485 ext/pcre/pcrelib/pcre_compile.c (options & PCRE_UTF8) != 0, cd, save_hwm_offset); PCRE_UTF8 9090 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 7; options |= PCRE_UTF8; continue; } PCRE_UTF8 9102 ext/pcre/pcrelib/pcre_compile.c { skipatstart += 6; options |= PCRE_UTF8; continue; } PCRE_UTF8 9172 ext/pcre/pcrelib/pcre_compile.c utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 9537 ext/pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, PCRE_UTF8 6431 ext/pcre/pcrelib/pcre_exec.c utf = md->utf = (re->options & PCRE_UTF8) != 0; PCRE_UTF8 1116 ext/pcre/pcrelib/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_UTF8 9878 ext/pcre/pcrelib/pcre_jit_compile.c common->utf = (re->options & PCRE_UTF8) != 0; PCRE_UTF8 332 ext/pcre/pcrelib/pcre_printint.c utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 87 ext/pcre/pcrelib/pcre_study.c BOOL utf = (options & PCRE_UTF8) != 0; PCRE_UTF8 1535 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 278 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; PCRE_UTF8 255 ext/pcre/php_pcre.c if (pce->compile_options & PCRE_UTF8) { PCRE_UTF8 398 ext/pcre/php_pcre.c case 'u': coptions |= PCRE_UTF8;