Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dconfig.h305 #define PARENS_NEST_LIMIT 250 macro
337 #ifndef PARENS_NEST_LIMIT
338 #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.c7662 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) in compile_branch()

Completed in 25 milliseconds