Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4548 BOOL possessive_quantifier; in compile_branch() local
5640 possessive_quantifier = FALSE; /* Default not possessive quantifier */ in compile_branch()
5684 possessive_quantifier = TRUE; in compile_branch()
6269 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6307 if (possessive_quantifier) in compile_branch()
6340 if (repeat_min < 2) possessive_quantifier = FALSE; in compile_branch()
6377 if (possessive_quantifier) in compile_branch()

Completed in 32 milliseconds