Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dconfig.h307 #define PARENS_NEST_LIMIT 250 macro
339 #ifndef PARENS_NEST_LIMIT
340 #define PARENS_NEST_LIMIT 250 macro
H A Dpcre_config.c165 *((unsigned long int *)where) = PARENS_NEST_LIMIT; in pcre_config()
H A Dpcre_compile.c7733 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) in compile_branch()

Completed in 45 milliseconds