PCRE_CASELESS 1910 ext/fileinfo/libmagic/softmagic.c if (options & PCRE_CASELESS) PCRE_CASELESS 2094 ext/fileinfo/libmagic/softmagic.c options |= PCRE_CASELESS; PCRE_CASELESS 1052 ext/mbstring/mbstring.c PCRE_CASELESS, &err_str, &err_offset, NULL))) { PCRE_CASELESS 4213 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0) PCRE_CASELESS 4221 ext/pcre/pcrelib/pcre_compile.c options &= ~PCRE_CASELESS; /* Remove for recursive calls */ PCRE_CASELESS 4540 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; PCRE_CASELESS 5005 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) PCRE_CASELESS 5440 ext/pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_CASELESS) != 0 && PCRE_CASELESS 5452 ext/pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; PCRE_CASELESS 7354 ext/pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_DNREFI : OP_DNREF; PCRE_CASELESS 7570 ext/pcre/pcrelib/pcre_compile.c case CHAR_i: *optset |= PCRE_CASELESS; break; PCRE_CASELESS 7619 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; PCRE_CASELESS 8003 ext/pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; PCRE_CASELESS 8124 ext/pcre/pcrelib/pcre_compile.c if (utf && (options & PCRE_CASELESS) != 0) PCRE_CASELESS 8141 ext/pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_CASELESS) != 0)? OP_CHARI : OP_CHAR; PCRE_CASELESS 1119 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 380 ext/pcre/php_pcre.c case 'i': coptions |= PCRE_CASELESS; break;