Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2560 uint16_t max_group; member
4032 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
4047 top_nest->max_group = 0; in parse_regex()
4725 if (cb->bracount > top_nest->max_group) in parse_regex()
4726 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
4742 top_nest->max_group > cb->bracount) in parse_regex()
4743 cb->bracount = top_nest->max_group; in parse_regex()

Completed in 23 milliseconds