Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_NOMATCH (Results 1 – 8 of 8) sorted by relevance

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcredemo.c137 case PCRE_ERROR_NOMATCH: printf("No match\n"); break; in main()
336 if (rc == PCRE_ERROR_NOMATCH) in main()
H A Dpcreposix.c416 case PCRE_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
H A Dpcre.h175 #define PCRE_ERROR_NOMATCH (-1) macro
H A Dpcre_jit_compile.c9594 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in compile_backtrackingpath()
10027 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in PRIV()
10156 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in PRIV()
H A Dpcre_exec.c7159 rc = PCRE_ERROR_NOMATCH; in pcre_exec()
H A DChangeLog3660 to match the line. Now, unless the error is PCRE_ERROR_NOMATCH, an
4917 values. In particular, returning PCRE_ERROR_NOMATCH forces a standard
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c751 } else if (count == PCRE_ERROR_NOMATCH) { in php_pcre_match_impl()
1191 } else if (count == PCRE_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1586 } else if (count == PCRE_ERROR_NOMATCH) { in php_pcre_split_impl()
1816 } else if (count < 0 && count != PCRE_ERROR_NOMATCH) { in php_pcre_grep_impl()
1822 if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) { in php_pcre_grep_impl()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt3429 PCRE_ERROR_NOMATCH. In other words, PCRE_PARTIAL_SOFT says that the
3599 PCRE_ERROR_NOMATCH (-1)
4043 matches, pcre_exec() will yield PCRE_ERROR_NOMATCH.
4137 code PCRE_ERROR_NOMATCH is converted into PCRE_ERROR_PARTIAL if the end
4505 PCRE_ERROR_xxx values. In particular, PCRE_ERROR_NOMATCH forces a stan-
8702 entire pattern, PCRE_ERROR_NOMATCH is returned. There are circumstances
8795 returned instead of PCRE_ERROR_NOMATCH.

Completed in 86 milliseconds