Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcredemo.c269 PCRE_NEWLINE_ANY|PCRE_NEWLINE_ANYCRLF; in main()
284 (d == -1)? PCRE_NEWLINE_ANY : 0; in main()
290 option_bits == PCRE_NEWLINE_ANY || in main()
H A Dpcre.h162 #define PCRE_NEWLINE_ANY 0x00400000 /* C3 E D */ macro
H A DNEWS401 PCRE_NEWLINE_ANYCRLF. It is a cut-down version of PCRE_NEWLINE_ANY, which
438 2. The option PCRE_NEWLINE_ANY causes PCRE to recognize any Unicode newline
H A Dpcre_internal.h1115 #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \
H A Dpcre_compile.c9157 { skipatstart += 6; newnl = PCRE_NEWLINE_ANY; } in pcre_compile2()
9237 case PCRE_NEWLINE_ANY: newline = -1; break; in pcre_compile2()
H A Dpcre_exec.c6619 case PCRE_NEWLINE_ANY: newline = -1; break; in pcre_exec()
H A DChangeLog1871 PCRE_EXTENDED is set, when PCRE_NEWLINE_ANY and PCRE_UTF8 were also set.
3611 40. Implemented PCRE_NEWLINE_ANY to recognize any of the Unicode newline
H A Dpcre_jit_compile.c9850 …case PCRE_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; br… in PRIV()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2296 PCRE_NEWLINE_ANY
2304 PCRE_NEWLINE_ANY specifies that any Unicode newline sequence should be
3267 PCRE_NEWLINE_ANY
3276 When PCRE_NEWLINE_CRLF, PCRE_NEWLINE_ANYCRLF, or PCRE_NEWLINE_ANY is

Completed in 176 milliseconds