Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/tests/
H A Dimap_8bit_basic.phpt11 var_dump(imap_8bit("String with CRLF at end \r\n"));
21 string(28) "String with CRLF at end=20
/PHP-8.0/Zend/tests/
H A Dbug79934.phpt2 Bug #79934: CRLF-only line in heredoc causes parsing error
8 // lines with only CRLF should not cause a parse error
/PHP-8.0/ext/standard/tests/mail/
H A Dbug47983.phpt2 Bug #47983 (mixed LF and CRLF line endings in mail())
H A Dbug54298.phpt2 Bug #54298 (Using empty additional_headers adding extraneous CRLF)
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug60227_4.phpt2 Bug #60227 (header() cannot detect the multi-line header with CR), CRLF
/PHP-8.0/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"
H A Dmagic私はガラスを食べられます19884 # windows INF files often begin with semicolon and use CRLF as line end
32086 # empty line CRLF
H A Dmagic19884 # windows INF files often begin with semicolon and use CRLF as line end
32086 # empty line CRLF
/PHP-8.0/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.inc189 fputs($s, "214 Syntax: HELP [<SP> <string>] <CRLF>\r\n");
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3282 #define CRLF "\r\n" macro
3615 …ader_encode(&orig_str, &conv_str, tran_cs, head_enc, CRLF, sizeof("Subject: [PHP-jp nnnnnnnn]" CRL… in PHP_FUNCTION()
3654 mbfl_memory_device_strncat(&device, CRLF, sizeof(CRLF)-1); in PHP_FUNCTION()
3661 mbfl_memory_device_strncat(&device, CRLF, sizeof(CRLF)-1); in PHP_FUNCTION()
3672 mbfl_memory_device_strncat(&device, CRLF, sizeof(CRLF)-1); in PHP_FUNCTION()
3681 mbfl_memory_device_strncat(&device, CRLF, sizeof(CRLF)-1); in PHP_FUNCTION()
3722 #undef CRLF
/PHP-8.0/ext/imap/
H A Dphp_imap.c61 #define CRLF "\015\012" macro
3471 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3479 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION()
3519 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
3525 …ing, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text.data : "", CRLF); in PHP_FUNCTION()
3531 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()
3535 …ing, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text.data : "", CRLF); in PHP_FUNCTION()
/PHP-8.0/
H A DNEWS1524 . Fixed bug #47983 (mixed LF and CRLF line endings in mail()). (cmb)
/PHP-8.0/build/
H A Dlibtool.m44599 # Handle CRLF in mingw tool chain

Completed in 251 milliseconds