PCRE_CASELESS 1840 ext/fileinfo/libmagic/softmagic.c if (options & PCRE_CASELESS) PCRE_CASELESS 2023 ext/fileinfo/libmagic/softmagic.c options |= PCRE_CASELESS; PCRE_CASELESS 1024 ext/mbstring/mbstring.c PCRE_CASELESS, &err_str, &err_offset, NULL))) { PCRE_CASELESS 3161 ext/pcre/pcrelib/pcre_compile.c if (utf && c != NOTACHAR && (options & PCRE_CASELESS) != 0) PCRE_CASELESS 3459 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0) PCRE_CASELESS 3467 ext/pcre/pcrelib/pcre_compile.c options &= ~PCRE_CASELESS; /* Remove for recursive calls */ PCRE_CASELESS 3782 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; PCRE_CASELESS 4203 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) PCRE_CASELESS 4565 ext/pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_CASELESS) != 0 && PCRE_CASELESS 4577 ext/pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; PCRE_CASELESS 6443 ext/pcre/pcrelib/pcre_compile.c case CHAR_i: *optset |= PCRE_CASELESS; break; PCRE_CASELESS 6492 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; PCRE_CASELESS 6861 ext/pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; PCRE_CASELESS 6978 ext/pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_CASELESS) != 0) PCRE_CASELESS 6994 ext/pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_CHARI : OP_CHAR; PCRE_CASELESS 1165 ext/pcre/pcrelib/pcre_internal.h (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \ PCRE_CASELESS 265 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; PCRE_CASELESS 355 ext/pcre/php_pcre.c case 'i': coptions |= PCRE_CASELESS; break;