Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5373 BOOL possessive_quantifier; in compile_branch() local
6859 possessive_quantifier = TRUE; in compile_branch()
6867 possessive_quantifier = FALSE; in compile_branch()
6872 possessive_quantifier = FALSE; in compile_branch()
6981 if (repeat_max == 1 && repeat_min == 1 && !possessive_quantifier) in compile_branch()
7067 if (repeat_max == 1 && repeat_min == 1 && !possessive_quantifier) in compile_branch()
7309 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7336 if (possessive_quantifier) in compile_branch()
7366 if (repeat_min < 2) possessive_quantifier = FALSE; in compile_branch()
7545 if (possessive_quantifier) in compile_branch()

Completed in 34 milliseconds