PCRE_CASELESS    1875 ext/fileinfo/libmagic/softmagic.c 		if (options & PCRE_CASELESS) 
PCRE_CASELESS    2058 ext/fileinfo/libmagic/softmagic.c 			options |= PCRE_CASELESS;
PCRE_CASELESS    1024 ext/mbstring/mbstring.c 			PCRE_CASELESS, &err_str, &err_offset, NULL))) {
PCRE_CASELESS    4197 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0)
PCRE_CASELESS    4205 ext/pcre/pcrelib/pcre_compile.c     options &= ~PCRE_CASELESS;   /* Remove for recursive calls */
PCRE_CASELESS    4524 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
PCRE_CASELESS    4987 ext/pcre/pcrelib/pcre_compile.c         if ((options & PCRE_CASELESS) != 0 && posix_class <= 2)
PCRE_CASELESS    5399 ext/pcre/pcrelib/pcre_compile.c           if (utf && (options & PCRE_CASELESS) != 0 &&
PCRE_CASELESS    5411 ext/pcre/pcrelib/pcre_compile.c             *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT;
PCRE_CASELESS    7250 ext/pcre/pcrelib/pcre_compile.c             *code++ = ((options & PCRE_CASELESS) != 0)? OP_DNREFI : OP_DNREF;
PCRE_CASELESS    7452 ext/pcre/pcrelib/pcre_compile.c             case CHAR_i: *optset |= PCRE_CASELESS; break;
PCRE_CASELESS    7501 ext/pcre/pcrelib/pcre_compile.c             req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
PCRE_CASELESS    7880 ext/pcre/pcrelib/pcre_compile.c         *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF;
PCRE_CASELESS    7998 ext/pcre/pcrelib/pcre_compile.c     if (utf && (options & PCRE_CASELESS) != 0)
PCRE_CASELESS    8015 ext/pcre/pcrelib/pcre_compile.c     *code++ = ((options & PCRE_CASELESS) != 0)? OP_CHARI : OP_CHAR;
PCRE_CASELESS    1118 ext/pcre/pcrelib/pcre_internal.h   (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
PCRE_CASELESS     276 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_ICASE) != 0)    options |= PCRE_CASELESS;
PCRE_CASELESS     375 ext/pcre/php_pcre.c 			case 'i':	coptions |= PCRE_CASELESS;		break;