Home
last modified time | relevance | path

Searched refs:PCRE_CASELESS (Results 1 – 12 of 12) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c274 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
H A Dpcre.h127 #define PCRE_CASELESS 0x00000001 /* C1 */ macro
H A Dpcre_compile.c4211 if ((options & PCRE_CASELESS) != 0) in add_to_class()
4219 options &= ~PCRE_CASELESS; /* Remove for recursive calls */ in add_to_class()
4538 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5003 if ((options & PCRE_CASELESS) != 0 && posix_class <= 2) in compile_branch()
5438 if (utf && (options & PCRE_CASELESS) != 0 && in compile_branch()
5450 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
7366 *code++ = ((options & PCRE_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
7582 case CHAR_i: *optset |= PCRE_CASELESS; break; in compile_branch()
8015 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
8136 if (utf && (options & PCRE_CASELESS) != 0) in compile_branch()
[all …]
H A Dpcre_internal.h1115 (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
H A DHACKING137 The /i, /m, or /s options (PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, and some
H A DChangeLog707 (because it's meaningless), this was not happening when PCRE_CASELESS was
1337 erroneously being rejected as "not fixed length" if PCRE_CASELESS was set.
1348 repetitions, e.g. [^a]{3}, with and without PCRE_CASELESS.
1592 of the PCRE_CASELESS and PCRE_MULTILINE options is done entirely at compile
1999 11. In UTF-8 mode, if a pattern that was compiled with PCRE_CASELESS was
3722 PCRE_CASELESS was set when matching characters that were quantified with ?
5644 PCRE_CASELESS was set at run time.
5894 PCRE_CASELESS at run time. Add escapes \A and \I to pcretest to cause it to
/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c1830 if (options & PCRE_CASELESS) in convert_libmagic_pattern()
2009 options |= PCRE_CASELESS; in magiccheck()
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c457 case 'i': coptions |= PCRE_CASELESS; break; in pcre_get_compiled_regex_cache()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch3530 + if (options & PCRE_CASELESS)
3568 + options |= PCRE_CASELESS;
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2139 PCRE_CASELESS
2972 the PCRE_EXTENDED option, the result is PCRE_CASELESS, PCRE_MULTILINE,
4904 caseless matching is specified (the PCRE_CASELESS option), letters are
5981 The settings of the PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, and
5986 i for PCRE_CASELESS
6014 matches abc and aBc and no other strings (assuming PCRE_CASELESS is not
7127 If run with the PCRE_CASELESS option, this pattern matches phrases such
9593 The PCRE_CASELESS option is set when the regular expression is passed
9945 PCRE_CASELESS case insensitive match /i
9964 instance, PCRE_CASELESS is handled by
[all …]
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1043 PCRE_CASELESS, &err_str, &err_offset, NULL))) { in _php_mb_compile_regex()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5778 options |= PCRE_CASELESS;

Completed in 120 milliseconds