Home
last modified time | relevance | path

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

/PHP-7.4/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.4/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-7.4/ext/standard/tests/general_functions/
H A Dbug60227_4.phpt2 Bug #60227 (header() cannot detect the multi-line header with CR), CRLF
/PHP-7.4/ext/standard/tests/mail/
H A Dbug54298.phpt2 Bug #54298 (Using empty additional_headers adding extraneous CRLF)
/PHP-7.4/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私はガラスを食べられます18336 # windows INF files often begin with semicolon and use CRLF as line end
29037 # empty line CRLF
H A Dmagic18336 # windows INF files often begin with semicolon and use CRLF as line end
29037 # empty line CRLF
/PHP-7.4/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-7.4/ext/imap/
H A Dphp_imap.c62 #define CRLF "\015\012" macro
3958 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3966 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION()
4006 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
4012 …ing, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text.data : "", CRLF); in PHP_FUNCTION()
4018 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()
4022 …ing, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text.data : "", CRLF); in PHP_FUNCTION()
/PHP-7.4/
H A DNEWS714 . Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
1258 . Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).
/PHP-7.4/build/
H A Dlibtool.m44598 # Handle CRLF in mingw tool chain

Completed in 158 milliseconds