Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2.h137 #define PCRE2_UNGREEDY 0x00040000u /* C */ macro
H A Dpcre2_compile.c779 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)
2576 PCRE2_UNGREEDY)
4086 case CHAR_U: *optset |= PCRE2_UNGREEDY; break; in parse_regex()
5449 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
6320 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c729 case 'U': coptions |= PCRE2_UNGREEDY; break; in pcre_get_compiled_regex_cache_ex()

Completed in 47 milliseconds