Home
last modified time | relevance | path

Searched refs:PCRE_NEWLINE_CRLF (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcredemo.c268 option_bits &= PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_CRLF| in main()
282 (d == (13<<8 | 10))? PCRE_NEWLINE_CRLF : in main()
291 option_bits == PCRE_NEWLINE_CRLF || in main()
H A Dpcre.h161 #define PCRE_NEWLINE_CRLF 0x00300000 /* C3 E D */ macro
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2294 PCRE_NEWLINE_CRLF
2301 Setting PCRE_NEWLINE_CRLF specifies that a newline is indicated by the
2325 PCRE_NEWLINE_CRLF, but other combinations may yield unused numbers and
3265 PCRE_NEWLINE_CRLF
3276 When PCRE_NEWLINE_CRLF, PCRE_NEWLINE_ANYCRLF, or PCRE_NEWLINE_ANY is

Completed in 29 milliseconds