Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2.h137 #define PCRE2_UNGREEDY 0x00040000u /* C */ macro
H A Dpcre2_compile.c777 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)
2489 PCRE2_UNGREEDY)
3999 case CHAR_U: *optset |= PCRE2_UNGREEDY; break; in parse_regex()
5362 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
6231 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c745 case 'U': coptions |= PCRE2_UNGREEDY; break; in pcre_get_compiled_regex_cache_ex()

Completed in 42 milliseconds