Home
last modified time | relevance | path

Searched refs:PCRE2_CASELESS (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/ext/fileinfo/
H A Dphp_libmagic.c62 if (options & PCRE2_CASELESS) in convert_libmagic_pattern()
H A Dlibmagic.patch3255 + options |= PCRE2_CASELESS;
/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4290 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
5244 if ((options & PCRE2_CASELESS) != 0) in add_to_class_internal()
5252 options &= ~PCRE2_CASELESS; /* Remove for recursive calls */ in add_to_class_internal()
5719 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
5931 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0 && in compile_branch()
5983 if ((options & PCRE2_CASELESS) == 0) in compile_branch()
5986 options |= PCRE2_CASELESS; in compile_branch()
6047 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()
8048 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
8237 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0) in compile_branch()
[all …]
H A Dpcre2.h122 #define PCRE2_CASELESS 0x00000008u /* C */ macro
/PHP-8.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c2282 options |= PCRE2_CASELESS; in magiccheck()
/PHP-8.4/ext/pcre/
H A Dphp_pcre.c702 case 'i': coptions |= PCRE2_CASELESS; break; in pcre_get_compiled_regex_cache_ex()
/PHP-8.4/ext/mbstring/
H A Dmbstring.c515 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex()

Completed in 111 milliseconds