PARENS_NEST_LIMIT 337 ext/pcre/pcrelib/config.h #ifndef PARENS_NEST_LIMIT PARENS_NEST_LIMIT 7544 ext/pcre/pcrelib/pcre_compile.c if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) PARENS_NEST_LIMIT 165 ext/pcre/pcrelib/pcre_config.c *((unsigned long int *)where) = PARENS_NEST_LIMIT;