PCRE_ERROR_RECURSIONLIMIT 584 ext/pcre/pcrelib/pcre_exec.c if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); PCRE_ERROR_RECURSIONLIMIT 989 ext/pcre/pcrelib/pcregrep.c (mrc == PCRE_ERROR_MATCHLIMIT || mrc == PCRE_ERROR_RECURSIONLIMIT)) PCRE_ERROR_RECURSIONLIMIT 67 ext/pcre/php_pcre.c case PCRE_ERROR_RECURSIONLIMIT: