Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2558 uint16_t max_group; member
4030 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
4045 top_nest->max_group = 0; in parse_regex()
4723 if (cb->bracount > top_nest->max_group) in parse_regex()
4724 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
4740 top_nest->max_group > cb->bracount) in parse_regex()
4741 cb->bracount = top_nest->max_group; in parse_regex()

Completed in 24 milliseconds