Searched refs:CRLF (Results 1 – 19 of 19) sorted by relevance
/PHP-8.3/ext/standard/tests/mail/ |
H A D | gh13415.phpt | 21 echo "CRLF:\n"; 48 CRLF: 49 Header "Reply-To" contains CRLF characters that are used as a line separator and are not allowed in…
|
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.3/ext/imap/tests/ |
H A D | imap_8bit_basic.phpt | 9 var_dump(imap_8bit("String with CRLF at end \r\n")); 19 string(28) "String with CRLF at end=20
|
/PHP-8.3/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.3/ext/ffi/tests/ |
H A D | gh14215.phpt | 2 GH-14215 (Cannot use FFI::load on CRLF header file with apache2handler)
|
/PHP-8.3/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.3/ext/fileinfo/tests/ |
H A D | bug68819_002.phpt | 26 string(67) "ASCII text, with very long lines (8191), with CRLF line terminators"
|
H A D | bug68819_001.phpt | 18 string(66) "ASCII text, with very long lines (617), with CRLF line terminators"
|
H A D | magic | 24095 # windows INF files often begin with semicolon and use CRLF as line end 26446 >>11 beshort !0x0D0A \b, lines not separated by CRLF 39375 # empty line CRLF
|
H A D | magic私はガラスを食べられます | 24095 # windows INF files often begin with semicolon and use CRLF as line end 26446 >>11 beshort !0x0D0A \b, lines not separated by CRLF 39375 # empty line CRLF
|
/PHP-8.3/ext/ftp/tests/ |
H A D | 001.phpt | 33 string(39) "214 Syntax: HELP [<SP> <string>] <CRLF>"
|
H A D | 002.phpt | 39 string(39) "214 Syntax: HELP [<SP> <string>] <CRLF>"
|
H A D | server.inc | 153 fputs($s, "214 Syntax: HELP [<SP> <string>] <CRLF>\r\n");
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 62 #define CRLF "\015\012" macro 3597 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION() 3605 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION() 3645 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION() 3651 …ing, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text.data : "", CRLF); in PHP_FUNCTION() 3657 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION() 3661 …ing, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text.data : "", CRLF); in PHP_FUNCTION()
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 4031 #define CRLF "\r\n" macro 4348 const char *line_sep = PG(mail_mixed_lf_and_crlf) ? "\n" : CRLF; in PHP_FUNCTION() 4446 #undef CRLF
|
/PHP-8.3/ |
H A D | php.ini-development | 1113 ; Use mixed LF and CRLF line separators to keep compatibility with some
|
H A D | php.ini-production | 1115 ; Use mixed LF and CRLF line separators to keep compatibility with some
|
/PHP-8.3/build/ |
H A D | libtool.m4 | 4607 # Handle CRLF in mingw tool chain
|
Completed in 193 milliseconds