REQ_CASELESS 3782 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; REQ_CASELESS 6492 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; REQ_CASELESS 7701 ext/pcre/pcrelib/pcre_compile.c if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } REQ_CASELESS 8264 ext/pcre/pcrelib/pcre_compile.c if ((firstcharflags & REQ_CASELESS) != 0) REQ_CASELESS 8306 ext/pcre/pcrelib/pcre_compile.c if ((reqcharflags & REQ_CASELESS) != 0)