Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c593 uint32_t coptions = PCRE2_NO_START_OPTIMIZE; in pcre_get_compiled_regex_cache_ex() local
595 uint32_t coptions = 0; in pcre_get_compiled_regex_cache_ex() local
718 case 'i': coptions |= PCRE2_CASELESS; break; in pcre_get_compiled_regex_cache_ex()
721 case 's': coptions |= PCRE2_DOTALL; break; in pcre_get_compiled_regex_cache_ex()
722 case 'x': coptions |= PCRE2_EXTENDED; break; in pcre_get_compiled_regex_cache_ex()
725 case 'A': coptions |= PCRE2_ANCHORED; break; in pcre_get_compiled_regex_cache_ex()
729 case 'U': coptions |= PCRE2_UNGREEDY; break; in pcre_get_compiled_regex_cache_ex()
730 case 'u': coptions |= PCRE2_UTF; in pcre_get_compiled_regex_cache_ex()
735 coptions |= PCRE2_UCP; in pcre_get_compiled_regex_cache_ex()
738 case 'J': coptions |= PCRE2_DUPNAMES; break; in pcre_get_compiled_regex_cache_ex()
[all …]

Completed in 11 milliseconds