Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c595 uint32_t eoptions = PHP_PCRE_DEFAULT_EXTRA_COPTIONS; in pcre_get_compiled_regex_cache_ex() local
727 case 'r': eoptions |= PCRE2_EXTRA_CASELESS_RESTRICT; break; in pcre_get_compiled_regex_cache_ex()
783 pcre2_set_compile_extra_options(cctx, eoptions); in pcre_get_compiled_regex_cache_ex()

Completed in 11 milliseconds