Searched refs:CRLF (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/ext/imap/tests/ |
H A D | imap_8bit_basic.phpt | 11 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 D | bug79934.phpt | 2 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 D | bug47983.phpt | 2 Bug #47983 (mixed LF and CRLF line endings in mail())
|
H A D | bug54298.phpt | 2 Bug #54298 (Using empty additional_headers adding extraneous CRLF)
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug60227_4.phpt | 2 Bug #60227 (header() cannot detect the multi-line header with CR), CRLF
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | bug68819_002.phpt | 26 string(60) "ASCII text, with very long lines, with CRLF line terminators"
|
H A D | bug68819_001.phpt | 18 string(60) "ASCII text, with very long lines, with CRLF line terminators"
|
H A D | magic私はガラスを食べられます | 19884 # windows INF files often begin with semicolon and use CRLF as line end 32086 # empty line CRLF
|
H A D | magic | 19884 # 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 D | 001.phpt | 34 string(39) "214 Syntax: HELP [<SP> <string>] <CRLF>"
|
H A D | 002.phpt | 37 string(39) "214 Syntax: HELP [<SP> <string>] <CRLF>"
|
H A D | server.inc | 189 fputs($s, "214 Syntax: HELP [<SP> <string>] <CRLF>\r\n");
|
/PHP-8.0/ext/mbstring/ |
H A D | mbstring.c | 3282 #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 D | php_imap.c | 61 #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 D | NEWS | 1524 . Fixed bug #47983 (mixed LF and CRLF line endings in mail()). (cmb)
|
/PHP-8.0/build/ |
H A D | libtool.m4 | 4599 # Handle CRLF in mingw tool chain
|
Completed in 251 milliseconds