Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c591 uint32_t coptions = PCRE2_NO_START_OPTIMIZE; in pcre_get_compiled_regex_cache_ex() local
593 uint32_t coptions = 0; in pcre_get_compiled_regex_cache_ex() local
717 case 'i': coptions |= PCRE2_CASELESS; break; in pcre_get_compiled_regex_cache_ex()
720 case 's': coptions |= PCRE2_DOTALL; break; in pcre_get_compiled_regex_cache_ex()
721 case 'x': coptions |= PCRE2_EXTENDED; break; in pcre_get_compiled_regex_cache_ex()
724 case 'A': coptions |= PCRE2_ANCHORED; break; in pcre_get_compiled_regex_cache_ex()
731 case 'U': coptions |= PCRE2_UNGREEDY; break; in pcre_get_compiled_regex_cache_ex()
732 case 'u': coptions |= PCRE2_UTF; in pcre_get_compiled_regex_cache_ex()
737 coptions |= PCRE2_UCP; in pcre_get_compiled_regex_cache_ex()
740 case 'J': coptions |= PCRE2_DUPNAMES; break; in pcre_get_compiled_regex_cache_ex()
[all …]

Completed in 11 milliseconds