/PHP-5.6/ext/tidy/tests/ |
H A D | 025.phpt | 8 $tidy=tidy_parse_string('<% %>', array('newline' => 'LF')); 11 $tidy=tidy_parse_string('<# #>', array('newline' => 'LF')); 17 $tidy=tidy_parse_string('<html><body><!-- comment --></body></html>', array('newline' => 'LF'));
|
H A D | 024.phpt | 22 'newline' => 'LF'
|
H A D | 010.phpt | 7 …parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' => 'LF'));
|
H A D | 012.phpt | 28 …LOR=#FFFFFF ALINK=#000000><B>Hi</B><I>Bye<U>Test</U></I></BODY></HTML>", array('newline' => 'LF'));
|
/PHP-5.6/sapi/cli/ |
H A D | php_http_parser.c | 307 #define LF '\n' macro 433 case LF: in php_http_parser_execute() 532 case LF: in php_http_parser_execute() 556 if (ch == LF) { in php_http_parser_execute() 772 case LF: in php_http_parser_execute() 814 case LF: in php_http_parser_execute() 849 case LF: in php_http_parser_execute() 885 case LF: in php_http_parser_execute() 920 case LF: in php_http_parser_execute() 1007 if (ch == LF) { in php_http_parser_execute() [all …]
|
/PHP-5.6/ext/mbstring/oniguruma/doc/ |
H A D | FAQ.ja | 38 3. CR + LF 40 DOS�β���(CR(0x0c) + LF(0x0a)��Ϣ³)
|
/PHP-5.6/ |
H A D | .editorconfig | 7 end_of_line = LF
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | 006.phpt | 2 quoted_printable_decode() function test with CR/LF
|
/PHP-5.6/ext/intl/tests/ |
H A D | bug65732.phpt | 2 Bug #65732 (grapheme_*() is not Unicode compliant on CR LF sequence)
|
/PHP-5.6/win32/build/ |
H A D | DSP.README | 23 line endings (CR/LF) in order to function. The affected files are:
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testoutput10 | 2049 *Test CR, LF, and control 2051 0+ Test CR, LF, and control 2058 \x0a\x{0711}LF, extend 2060 0+ \x{711}LF, extend 2061 \x0a\x{1b04}LF, spacingmark 2063 0+ \x{1b04}LF, spacingmark
|
H A D | testinput10 | 1079 *Test CR, LF, and control 1082 \x0a\x{0711}LF, extend 1083 \x0a\x{1b04}LF, spacingmark
|
H A D | testoutput6 | 1493 *Test CR, LF, and control 1495 0+ Test CR, LF, and control 1502 \x0a\x{0711}LF, extend 1504 0+ \x{711}LF, extend 1505 \x0a\x{1b04}LF, spacingmark 1507 0+ \x{1b04}LF, spacingmark
|
H A D | testinput6 | 860 *Test CR, LF, and control 863 \x0a\x{0711}LF, extend 864 \x0a\x{1b04}LF, spacingmark
|
H A D | testoutput14 | 359 Contains explicit CR or LF match
|
H A D | testoutput17 | 226 Contains explicit CR or LF match
|
H A D | testoutput2 | 691 Contains explicit CR or LF match 709 Contains explicit CR or LF match 1101 Contains explicit CR or LF match 1334 Contains explicit CR or LF match 1344 Contains explicit CR or LF match 1940 Contains explicit CR or LF match 5789 Contains explicit CR or LF match 6492 Forced newline sequence: LF 6538 Forced newline sequence: LF 6583 Forced newline sequence: LF [all …]
|
H A D | testinput2 | 2288 /(*LF)a.b/<CRLF>
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | NEWS | 333 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF. 357 fails at CRLF if there are explicit CR or LF matches within the pattern. 402 recognizes only CRLF, CR, and LF as linebreaks. 655 script, to force use of CR or LF instead of \n in the source. On non-Unix
|
H A D | README | 254 . You can build PCRE to recognize either CR or LF or the sequence CRLF or any 258 is a single LF character (the Unix standard). You can specify the default 265 LF. Even if the files are edited to change the line endings, there are likely 273 to match only CR, LF, or CRLF. You can make this the default by adding
|
H A D | ChangeLog | 2912 LF". That isn't really right - the whole point of the change was to try to 2914 the change happens only if \r or \n (or a literal CR or LF) character is 2930 matching any Unicode line ending sequence to just matching CR, LF, or CRLF. 3142 pattern has explicit CR or LF references. 3358 21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or 3779 23. Added support for CRLF line endings as well as CR and LF. As well as the 5011 newline. It is either LF (10) or CR (13). 5257 script, to force use of CR or LF instead of \n in the source. On non-Unix
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1025 By default, PCRE interprets the linefeed (LF) character as indicating 1044 which causes PCRE to recognize any of the three sequences CR, LF, or 1064 the default is changed so that \R matches only CR, LF, or CRLF. What- 1197 The EBCDIC character that corresponds to an ASCII LF is assumed to have 3294 LF in the characters that it matches). 4839 (*LF) linefeed 5266 U+000A Linefeed (LF) 5287 CR followed by LF, or one of the single characters LF (linefeed, 5306 (*BSR_ANYCRLF) CR, LF, or CRLF only 7961 (*LF) linefeed only [all …]
|
/PHP-5.6/build/ |
H A D | libtool.m4 | 4492 # if finds mixed CR/LF and LF-only lines. Since sed operates in 4493 # text mode, it properly converts lines to CR/LF. This bash problem
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 12214 # lisp files are mainly created on unix system with LF as line end
|