Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h137 #define PCRE2_UNGREEDY 0x00040000u /* C */ macro
H A Dpcre2_compile.c781 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)
2745 PCRE2_UNGREEDY)
4295 case CHAR_U: *optset |= PCRE2_UNGREEDY; break; in parse_regex()
5698 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
6584 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
/php-src/ext/pcre/
H A Dphp_pcre.c716 case 'U': coptions |= PCRE2_UNGREEDY; break; in pcre_get_compiled_regex_cache_ex()

Completed in 35 milliseconds