Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_MATCHLIMIT (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c422 case PCRE_ERROR_MATCHLIMIT: return REG_ESPACE; in regexec()
H A Dpcre.h183 #define PCRE_ERROR_MATCHLIMIT (-8) macro
H A Dpcre_exec.c724 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT); in match()
H A DChangeLog363 backtracking, instead of returning with PCRE_ERROR_MATCHLIMIT. This
2493 21. If PCRE_ERROR_MATCHLIMIT occurred during a recursion, there was a memory
3838 PCRE_ERROR_MATCHLIMIT and PCRE_ERROR_RECURSIONLIMIT errors, which are
4996 If the limit is exceeded, pcre_exec() returns PCRE_ERROR_MATCHLIMIT.
H A Dpcre_jit_compile.c10266 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_MATCHLIMIT); in PRIV()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c64 case PCRE_ERROR_MATCHLIMIT: in ZEND_DECLARE_MODULE_GLOBALS()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3164 exceeded, pcre_exec() returns PCRE_ERROR_MATCHLIMIT.
3655 PCRE_ERROR_MATCHLIMIT (-8)
8470 The error code PCRE_ERROR_MATCHLIMIT is returned by the JIT code if

Completed in 109 milliseconds