Home
last modified time | relevance | path

Searched refs:PCRE_CASELESS (Results 1 – 11 of 11) sorted by last modified time

/PHP-5.4/ext/pcre/
H A Dphp_pcre.c355 case 'i': coptions |= PCRE_CASELESS; break; in pcre_get_compiled_regex_cache()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.c276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
H A Dpcre_internal.h1118 (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
H A Dpcre_compile.c4197 if ((options & PCRE_CASELESS) != 0) in add_to_class()
4205 options &= ~PCRE_CASELESS; /* Remove for recursive calls */ in add_to_class()
4524 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
4987 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
5399 if (utf && (options & PCRE_CASELESS) != 0 && in compile_branch()
5411 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
7250 *code++ = ((options & PCRE_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
7452 case CHAR_i: *optset |= PCRE_CASELESS; break; in compile_branch()
7880 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
7998 if (utf && (options & PCRE_CASELESS) != 0) in compile_branch()
[all …]
H A Dpcre.h127 #define PCRE_CASELESS 0x00000001 /* C1 */ macro
H A DHACKING137 The /i, /m, or /s options (PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, and some
H A DChangeLog531 (because it's meaningless), this was not happening when PCRE_CASELESS was
1161 erroneously being rejected as "not fixed length" if PCRE_CASELESS was set.
1172 repetitions, e.g. [^a]{3}, with and without PCRE_CASELESS.
1416 of the PCRE_CASELESS and PCRE_MULTILINE options is done entirely at compile
1823 11. In UTF-8 mode, if a pattern that was compiled with PCRE_CASELESS was
3546 PCRE_CASELESS was set when matching characters that were quantified with ?
5468 PCRE_CASELESS was set at run time.
5718 PCRE_CASELESS at run time. Add escapes \A and \I to pcretest to cause it to
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2128 PCRE_CASELESS
2961 the PCRE_EXTENDED option, the result is PCRE_CASELESS, PCRE_MULTILINE,
4893 caseless matching is specified (the PCRE_CASELESS option), letters are
5957 The settings of the PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, and
5962 i for PCRE_CASELESS
5990 matches abc and aBc and no other strings (assuming PCRE_CASELESS is not
7103 If run with the PCRE_CASELESS option, this pattern matches phrases such
9569 The PCRE_CASELESS option is set when the regular expression is passed
9921 PCRE_CASELESS case insensitive match /i
9940 instance, PCRE_CASELESS is handled by
[all …]
/PHP-5.4/ext/mbstring/
H A Dmbstring.c1024 PCRE_CASELESS, &err_str, &err_offset, NULL))) { in _php_mb_compile_regex()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1875 if (options & PCRE_CASELESS) in convert_libmagic_pattern()
2058 options |= PCRE_CASELESS; in magiccheck()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3348 + if (options & PCRE_CASELESS)
3420 + options |= PCRE_CASELESS;

Completed in 152 milliseconds