Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre.h199 #define PCRE_ERROR_RECURSIONLIMIT (-21) macro
H A Dpcre_exec.c723 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()
H A DChangeLog3838 PCRE_ERROR_MATCHLIMIT and PCRE_ERROR_RECURSIONLIMIT errors, which are
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c80 case PCRE_ERROR_RECURSIONLIMIT: in pcre_handle_exec_error()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt3192 limit is exceeded, pcre_exec() returns PCRE_ERROR_RECURSIONLIMIT.
3707 PCRE_ERROR_RECURSIONLIMIT (-21)
8473 what is counted are not the same. The PCRE_ERROR_RECURSIONLIMIT error

Completed in 65 milliseconds