Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/mail/
H A Dgh13415.phpt21 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 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.3/ext/imap/tests/
H A Dimap_8bit_basic.phpt9 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 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.3/ext/ffi/tests/
H A Dgh14215.phpt2 GH-14215 (Cannot use FFI::load on CRLF header file with apache2handler)
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug60227_4.phpt2 Bug #60227 (header() cannot detect the multi-line header with CR), CRLF
/PHP-8.3/ext/fileinfo/tests/
H A Dbug68819_002.phpt26 string(67) "ASCII text, with very long lines (8191), with CRLF line terminators"
H A Dbug68819_001.phpt18 string(66) "ASCII text, with very long lines (617), with CRLF line terminators"
H A Dmagic24095 # 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 Dmagic私はガラスを食べられます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 D001.phpt33 string(39) "214 Syntax: HELP [<SP> <string>] <CRLF>"
H A D002.phpt39 string(39) "214 Syntax: HELP [<SP> <string>] <CRLF>"
H A Dserver.inc153 fputs($s, "214 Syntax: HELP [<SP> <string>] <CRLF>\r\n");
/PHP-8.3/ext/imap/
H A Dphp_imap.c62 #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 Dmbstring.c4006 #define CRLF "\r\n" macro
4323 const char *line_sep = PG(mail_mixed_lf_and_crlf) ? "\n" : CRLF; in PHP_FUNCTION()
4421 #undef CRLF
/PHP-8.3/
H A Dphp.ini-production1115 ; Use mixed LF and CRLF line separators to keep compatibility with some
H A Dphp.ini-development1113 ; Use mixed LF and CRLF line separators to keep compatibility with some
/PHP-8.3/build/
H A Dlibtool.m44607 # Handle CRLF in mingw tool chain

Completed in 188 milliseconds