Home
last modified time | relevance | path

Searched refs:LF (Results 1 – 24 of 24) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DFAQ.ja9 2. CR + LF
11 DOS�β���(CR(0x0c) + LF(0x0a)��Ϣ³)
/PHP-7.2/ext/tidy/tests/
H A D025.phpt8 $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 D024.phpt23 'newline' => 'LF'
H A D010.phpt7 …parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' => 'LF'));
H A D012.phpt28 …LOR=#FFFFFF ALINK=#000000><B>Hi</B><I>Bye<U>Test</U></I></BODY></HTML>", array('newline' => 'LF'));
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c239 #define LF '\n' macro
366 case LF: in php_http_parser_execute()
465 case LF: in php_http_parser_execute()
489 if (ch == LF) { in php_http_parser_execute()
706 case LF: in php_http_parser_execute()
748 case LF: in php_http_parser_execute()
783 case LF: in php_http_parser_execute()
819 case LF: in php_http_parser_execute()
854 case LF: in php_http_parser_execute()
941 if (ch == LF) { in php_http_parser_execute()
[all …]
/PHP-7.2/ext/standard/tests/general_functions/
H A D006.phpt2 quoted_printable_decode() function test with CR/LF
/PHP-7.2/ext/intl/tests/
H A Dbug65732.phpt2 Bug #65732 (grapheme_*() is not Unicode compliant on CR LF sequence)
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput102049 *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 Dtestinput101079 *Test CR, LF, and control
1082 \x0a\x{0711}LF, extend
1083 \x0a\x{1b04}LF, spacingmark
H A Dtestoutput61493 *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 Dtestinput6860 *Test CR, LF, and control
863 \x0a\x{0711}LF, extend
864 \x0a\x{1b04}LF, spacingmark
H A Dtestoutput14359 Contains explicit CR or LF match
H A Dtestoutput17226 Contains explicit CR or LF match
H A Dtestoutput2691 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 Dtestinput22288 /(*LF)a.b/<CRLF>
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS354 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
378 fails at CRLF if there are explicit CR or LF matches within the pattern.
423 recognizes only CRLF, CR, and LF as linebreaks.
676 script, to force use of CR or LF instead of \n in the source. On non-Unix
H A DREADME254 . 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 DChangeLog3098 LF". That isn't really right - the whole point of the change was to try to
3100 the change happens only if \r or \n (or a literal CR or LF) character is
3116 matching any Unicode line ending sequence to just matching CR, LF, or CRLF.
3328 pattern has explicit CR or LF references.
3544 21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or
3965 23. Added support for CRLF line endings as well as CR and LF. As well as the
5197 newline. It is either LF (10) or CR (13).
5443 script, to force use of CR or LF instead of \n in the source. On non-Unix
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1025 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
3293 LF in the characters that it matches).
4838 (*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
7965 (*LF) linefeed only
[all …]
/PHP-7.2/build/
H A Dlibtool.m44492 # 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-7.2/
H A DNEWS2757 . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic15691 # lisp files are mainly created on unix system with LF as line end
H A Dmagic私はガラスを食べられます15691 # lisp files are mainly created on unix system with LF as line end

Completed in 265 milliseconds