Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3974 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
4904 if ((options & PCRE2_CASELESS) != 0) in add_to_class_internal()
5361 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5573 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0 && in compile_branch()
5619 if ((options & PCRE2_CASELESS) == 0) in compile_branch()
5622 options |= PCRE2_CASELESS; in compile_branch()
5683 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()
5854 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list)); in compile_branch()
5864 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list)); in compile_branch()
7832 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0) in compile_branch()
[all …]
H A Dpcre2.h122 #define PCRE2_CASELESS 0x00000008u /* C */ macro
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c2021 if (options & PCRE2_CASELESS) in convert_libmagic_pattern()
2219 options |= PCRE2_CASELESS; in magiccheck()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c735 case 'i': coptions |= PCRE2_CASELESS; break; in pcre_get_compiled_regex_cache_ex()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch3548 + if (options & PCRE2_CASELESS)
3586 + options |= PCRE2_CASELESS;
/PHP-8.0/ext/mbstring/
H A Dmbstring.c517 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4499 options |= PCRE2_CASELESS; in php_pgsql_convert_match()

Completed in 91 milliseconds