Home
last modified time | relevance | path

Searched refs:CRLF (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.2/ext/imap/tests/
H A Dimap_8bit_basic.phpt16 var_dump(imap_8bit("String with CRLF at end \r\n"));
27 string(28) "String with CRLF at end=20
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug60227_4.phpt2 Bug #60227 (header() cannot detect the multi-line header with CR), CRLF
/PHP-7.2/ext/fileinfo/tests/
H A Dbug68819_002.phpt26 string(60) "ASCII text, with very long lines, with CRLF line terminators"
H A Dbug68819_001.phpt18 string(60) "ASCII text, with very long lines, with CRLF line terminators"
/PHP-7.2/ext/ftp/tests/
H A D001.phpt34 string(39) "214 Syntax: HELP [<SP> <string>] <CRLF>"
H A D002.phpt37 string(39) "214 Syntax: HELP [<SP> <string>] <CRLF>"
H A Dserver.inc195 fputs($s, "214 Syntax: HELP [<SP> <string>] <CRLF>\r\n");
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput18183 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I
185 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
H A Dtestinput9693 /./8<CRLF>
697 /.{2,3}/8<CRLF>
705 /.{2,3}?/8<CRLF>
H A Dtestinput5751 /./8<CRLF>
755 /.{2,3}/8<CRLF>
763 /.{2,3}?/8<CRLF>
H A Dtestoutput18-16653 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I
656 Forced newline sequence: CRLF
660 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
H A Dtestoutput18-32650 /(*CRLF)(*UTF16)(*BSR_UNICODE)a\Rb/I
653 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
656 Forced newline sequence: CRLF
H A Dtestinput22288 /(*LF)a.b/<CRLF>
2293 /(*CRLF)a.b/
2318 /(*CRLF).*/g
2383 /(*BSR_ANYCRLF)(*CRLF)a\Rb/I
3655 /^a$/<CRLF>
3659 /^a$/m<CRLF>
3663 /^(a$|a\r)/<CRLF>
3667 /^(a$|a\r)/m<CRLF>
3671 /./<CRLF>
3675 /.{2,3}/<CRLF>
[all …]
H A Dtestinput15262 /(*CRLF)(*UTF)(*BSR_UNICODE)a\Rb/I
H A Dtestinput84747 /^a$/<CRLF>
4751 /^a$/m<CRLF>
4755 /^(a$|a\r)/<CRLF>
4759 /^(a$|a\r)/m<CRLF>
4763 /./<CRLF>
4767 /.{2,3}/<CRLF>
4775 /.{2,3}?/<CRLF>
H A Dtestoutput15789 /(*CRLF)(*UTF)(*BSR_UNICODE)a\Rb/I
792 Forced newline sequence: CRLF
H A Dtestoutput51755 /./8<CRLF>
1761 /.{2,3}/8<CRLF>
1775 /.{2,3}?/8<CRLF>
H A Dtestoutput28872 /(*LF)a.b/<CRLF>
8880 /(*CRLF)a.b/
8926 /(*CRLF).*/g
9073 /(*BSR_ANYCRLF)(*CRLF)a\Rb/I
12278 /^a$/<CRLF>
12284 /^a$/m<CRLF>
12290 /^(a$|a\r)/<CRLF>
12297 /^(a$|a\r)/m<CRLF>
12304 /./<CRLF>
12310 /.{2,3}/<CRLF>
[all …]
H A Dtestoutput87638 /^a$/<CRLF>
7644 /^a$/m<CRLF>
7650 /^(a$|a\r)/<CRLF>
7656 /^(a$|a\r)/m<CRLF>
7662 /./<CRLF>
7668 /.{2,3}/<CRLF>
7682 /.{2,3}?/<CRLF>
H A Dtestoutput91244 /./8<CRLF>
1250 /.{2,3}/8<CRLF>
1264 /.{2,3}?/8<CRLF>
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS354 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
376 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec()
378 fails at CRLF if there are explicit CR or LF matches within the pattern.
423 recognizes only CRLF, CR, and LF as linebreaks.
479 multiple sets of parentheses, and support for CRLF line endings in both the
H A DChangeLog1316 (d) When newline was set to CRLF, a pattern such as /a$/ did not recognize
1319 (e) When newline was set to CRLF, the metacharacter "." did not recognize
1684 12. In some environments, the output of pcretest -C is CRLF terminated. This
2088 only one byte after an empty string match just before CRLF (this case
2097 the cases when CRLF is a valid newline sequence.
3154 checked only for CRLF.
3522 This doesn't seem right; it now treats the CRLF combination as the line
3545 CRLF as a newline sequence.
3606 "newline" was defined as CRLF. This has been fixed.
3826 characters are CRLF, advance by two characters instead of one.
[all …]
H A DREADME254 . You can build PCRE to recognize either CR or LF or the sequence CRLF or any
273 to match only CR, LF, or CRLF. You can make this the default by adding
/PHP-7.2/ext/imap/
H A Dphp_imap.c63 #define CRLF "\015\012" macro
3853 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3861 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION()
3901 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
3907 spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF); in PHP_FUNCTION()
3913 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()
3917 spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF); in PHP_FUNCTION()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1036 the two character sequence CRLF. If you want this, add
1045 CRLF as indicating a line ending. Finally, a fifth option, specified by
1064 the default is changed so that \R matches only CR, LF, or CRLF. What-
1839 feed) character, the two-character sequence CRLF, any of the three pre-
1860 CRLF is a recognized line ending sequence, the match position advance-
3280 CRLF.
4697 CRLF by the PCRE_BSR_ANYCRLF option.
4839 (*CRLF) carriage return, followed by linefeed
5306 (*BSR_ANYCRLF) CR, LF, or CRLF only
7966 (*CRLF) carriage return followed by linefeed
[all …]

Completed in 123 milliseconds

12