PCRE_UTF8         488 ext/pcre/pcrelib/pcre_compile.c BOOL utf8 = (options & PCRE_UTF8) != 0;
PCRE_UTF8        1212 ext/pcre/pcrelib/pcre_compile.c     if ((options & PCRE_UTF8) != 0)
PCRE_UTF8        1226 ext/pcre/pcrelib/pcre_compile.c     if ((options & PCRE_UTF8) != 0)
PCRE_UTF8        2375 ext/pcre/pcrelib/pcre_compile.c BOOL utf8 = (options & PCRE_UTF8) != 0;
PCRE_UTF8        5852 ext/pcre/pcrelib/pcre_compile.c utf8 = (options & PCRE_UTF8) != 0;
PCRE_UTF8        5860 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_UTF8) != 0)
PCRE_UTF8        6106 ext/pcre/pcrelib/pcre_compile.c   groupptr = find_bracket(codestart, (re->options & PCRE_UTF8) != 0, recno);
PCRE_UTF8        4450 ext/pcre/pcrelib/pcre_exec.c utf8 = md->utf8 = (re->options & PCRE_UTF8) != 0;
PCRE_UTF8         515 ext/pcre/pcrelib/pcre_internal.h    PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
PCRE_UTF8         548 ext/pcre/pcrelib/pcre_study.c   (re->options & PCRE_UTF8) != 0, &compile_block) != SSB_DONE) return NULL;
PCRE_UTF8        1621 ext/pcre/pcrelib/pcregrep.c   case 'u': options |= PCRE_UTF8; utf8 = TRUE; break;
PCRE_UTF8         230 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UTF8) != 0)    options |= PCRE_UTF8;
PCRE_UTF8         304 ext/pcre/php_pcre.c 			case 'u':	coptions |= PCRE_UTF8;			break;
PCRE_UTF8        1500 ext/pcre/php_pcre.c 				if (pce->compile_options & PCRE_UTF8) {