REQ_CASELESS 4540 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; REQ_CASELESS 7619 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; REQ_CASELESS 8866 ext/pcre/pcrelib/pcre_compile.c if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } REQ_CASELESS 9596 ext/pcre/pcrelib/pcre_compile.c if ((firstcharflags & REQ_CASELESS) != 0) REQ_CASELESS 9638 ext/pcre/pcrelib/pcre_compile.c if ((reqcharflags & REQ_CASELESS) != 0)