Home
last modified time | relevance | path

Searched refs:newline (Results 26 – 35 of 35) sorted by relevance

12

/PHP-7.4/ext/tidy/tests/
H A D012.phpt28 …LOR=#FFFFFF ALINK=#000000><B>Hi</B><I>Bye<U>Test</U></I></BODY></HTML>", array('newline' => 'LF'));
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c442 int newline; member
5148 jump_list *newline = NULL; in mainloop_entry() local
5189 set_jumps(newline, LABEL()); in mainloop_entry()
6172 jump_list *newline = NULL; in fast_forward_newline() local
6180 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in fast_forward_newline()
6240 check_newlinechar(common, common->nltype, &newline, FALSE); in fast_forward_newline()
6241 set_jumps(newline, loop); in fast_forward_newline()
13443 case PCRE2_NEWLINE_CR: common->newline = CHAR_CR; break; in jit_compile()
13444 case PCRE2_NEWLINE_LF: common->newline = CHAR_NL; break; in jit_compile()
13486 common->nlmax = common->newline & 0xff; in jit_compile()
[all …]
H A Dpcre2_compile.c9669 int newline = 0; /* Unset; can be set by the pattern */ in pcre2_compile() local
9844 newline = p->value; in pcre2_compile()
9943 if (newline == 0) newline = ccontext->newline_convention; in pcre2_compile()
9945 switch(newline) in pcre2_compile()
10155 re->newline_convention = newline; in pcre2_compile()
/PHP-7.4/main/streams/
H A Dstreams.c821 char newline[2] = "\n"; /* is this OK for Win? */ in _php_stream_puts() local
824 …if (len > 0 && php_stream_write(stream, buf, len) > 0 && php_stream_write(stream, newline, 1) > 0)… in _php_stream_puts()
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc69 .' mark itself \'#!\' and the newline character are optional.'
/PHP-7.4/
H A DUPGRADING37 . `<?php` at the end of the file (without trailing newline) will now be
H A DNEWS992 without newline). (Christian Schneider)
2820 close tag with newline). (Nikita)
/PHP-7.4/build/
H A Dlibtool.m46245 # Be careful that the start marker always follows a newline.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13944 # skip newline byte
H A Dmagic13944 # skip newline byte

Completed in 203 milliseconds

12