Searched refs:ERR61 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 804 ERR61, ERR62, ERR63, ERR64, ERR65, ERR66, ERR67, ERR68, ERR69, ERR70, enumerator 1744 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV() 1762 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV() 1812 if (s > (int)MAX_GROUP_NUMBER) *errorcodeptr = ERR61; in PRIV() 3195 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex() 4207 MAX_GROUP_NUMBER, ERR61, in parse_regex() 4396 if (read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex() 6384 *errorcodeptr = ERR61; in compile_branch()
|
Completed in 29 milliseconds