Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/
H A Dphp_libmagic.c62 if (options & PCRE2_CASELESS) in convert_libmagic_pattern()
H A Dlibmagic.patch3157 + options |= PCRE2_CASELESS;
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4082 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
5013 if ((options & PCRE2_CASELESS) != 0) in add_to_class_internal()
5021 options &= ~PCRE2_CASELESS; /* Remove for recursive calls */ in add_to_class_internal()
5681 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0 && in compile_branch()
5727 if ((options & PCRE2_CASELESS) == 0) in compile_branch()
5730 options |= PCRE2_CASELESS; in compile_branch()
5791 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()
5965 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list)); in compile_branch()
5975 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list)); in compile_branch()
7959 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0) in compile_branch()
[all …]
H A Dpcre2.h122 #define PCRE2_CASELESS 0x00000008u /* C */ macro
/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c2247 options |= PCRE2_CASELESS; in magiccheck()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c718 case 'i': coptions |= PCRE2_CASELESS; break; in pcre_get_compiled_regex_cache_ex()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c4459 options |= PCRE2_CASELESS; in php_pgsql_convert_match()
/PHP-8.3/ext/mbstring/
H A Dmbstring.c514 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex()

Completed in 102 milliseconds