Home
last modified time | relevance | path

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

/PHP-7.1/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.c414 case PCRE_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
H A Dpcre.h175 #define PCRE_ERROR_NOMATCH (-1) macro
H A Dpcre_jit_compile.c9635 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in compile_backtrackingpath()
10070 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in PRIV()
10199 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in PRIV()
H A Dpcre_exec.c7158 rc = PCRE_ERROR_NOMATCH; in pcre_exec()
H A DChangeLog3836 to match the line. Now, unless the error is PCRE_ERROR_NOMATCH, an
5093 values. In particular, returning PCRE_ERROR_NOMATCH forces a standard
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c982 } else if (count == PCRE_ERROR_NOMATCH) { in php_pcre_match_impl()
1380 } else if (count == PCRE_ERROR_NOMATCH || UNEXPECTED(limit == 0)) { in php_pcre_replace_impl()
1899 } else if (count == PCRE_ERROR_NOMATCH) { in php_pcre_split_impl()
2119 } else if (count < 0 && count != PCRE_ERROR_NOMATCH) { in php_pcre_grep_impl()
2126 if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) { in php_pcre_grep_impl()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt3440 PCRE_ERROR_NOMATCH. In other words, PCRE_PARTIAL_SOFT says that the
3610 PCRE_ERROR_NOMATCH (-1)
4054 matches, pcre_exec() will yield PCRE_ERROR_NOMATCH.
4148 code PCRE_ERROR_NOMATCH is converted into PCRE_ERROR_PARTIAL if the end
4516 PCRE_ERROR_xxx values. In particular, PCRE_ERROR_NOMATCH forces a stan-
8726 entire pattern, PCRE_ERROR_NOMATCH is returned. There are circumstances
8819 returned instead of PCRE_ERROR_NOMATCH.
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5789 if (res == PCRE_ERROR_NOMATCH) {

Completed in 116 milliseconds