Home
last modified time | relevance | path

Searched refs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c2116 if (!IS_NEWLINE(eptr)) in match()
2304 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4389 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
4642 if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH); in match()
5149 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5274 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5712 if (IS_NEWLINE(eptr)) break; in match()
5954 if (IS_NEWLINE(eptr)) break; in match()
6757 while (t < md->end_subject && !IS_NEWLINE(t)) in pcre_exec()
6765 while (t < md->end_subject && !IS_NEWLINE(t)) t++; in pcre_exec()
[all …]
H A Dpcre_internal.h312 #define IS_NEWLINE(p) \ macro
H A Dpcre_compile.c4686 if (IS_NEWLINE(ptr)) /* For non-fixed-length newline cases, */ in compile_branch()
5659 if (IS_NEWLINE(p)) /* For non-fixed-length newline cases, */ in compile_branch()
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY1847 2003/01/24: [impl] change SBCMP() -> IS_NEWLINE() in match_at().

Completed in 57 milliseconds