REG_ICASE         310 ext/ereg/ereg.c 		copts |= REG_ICASE;
REG_ICASE         419 ext/ereg/ereg.c 		copts = REG_ICASE;
REG_ICASE         643 ext/ereg/ereg.c 		copts = REG_ICASE;
REG_ICASE         330 ext/ereg/regex/main.c 				o |= REG_ICASE;
REG_ICASE         615 ext/ereg/regex/regcomp.c 	if (p->g->cflags&REG_ICASE) {
REG_ICASE         872 ext/ereg/regex/regcomp.c 	if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
REG_ICASE         144 ext/mbstring/oniguruma/regposix.c   if ((posix_options & REG_ICASE)   != 0)
REG_ICASE          38 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
REG_ICASE         265 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_ICASE) != 0)    options |= PCRE_CASELESS;
REG_ICASE        5336 ext/pgsql/pgsql.c 		regopt |= REG_ICASE;