Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 25 of 38) sorted by last modified time

12

/php-src/ext/mbstring/
H A Dmbstring.stub.php163 …ing, ?string $charset = null, ?string $transfer_encoding = null, string $newline = "\r\n", int $in… argument
H A Dmbstring_arginfo.h152 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, newline, IS_STRING, 0, "\"\\r\\n\"")
H A Dcommon_codepoints.txt1 0x0009 0x000A # Tab and newline
/php-src/build/
H A Dlibtool.m46254 # Be careful that the start marker always follows a newline.
/php-src/main/streams/
H A Dstreams.c850 char newline[2] = "\n"; /* is this OK for Win? */ in _php_stream_puts() local
853 …if (len > 0 && php_stream_write(stream, buf, len) > 0 && php_stream_write(stream, newline, 1) > 0)… in _php_stream_puts()
/php-src/ext/phar/phar/
H A Dpharcommand.inc69 .' mark itself \'#!\' and the newline character are optional.'
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c468 int newline; member
5378 jump_list *newline = NULL; in mainloop_entry() local
5419 set_jumps(newline, LABEL()); in mainloop_entry()
6405 jump_list *newline = NULL; in fast_forward_newline() local
6439 …r_pair_simd(common, 1, common->newline & 0xff, common->newline & 0xff, 0, (common->newline >> 8) &… in fast_forward_newline()
6520 fast_forward_char_simd(common, common->newline, common->newline, 0); in fast_forward_newline()
6538 set_jumps(newline, loop); in fast_forward_newline()
14140 case PCRE2_NEWLINE_CR: common->newline = CHAR_CR; break; in jit_compile()
14141 case PCRE2_NEWLINE_LF: common->newline = CHAR_NL; break; in jit_compile()
14183 common->nlmax = common->newline & 0xff; in jit_compile()
[all …]
H A Dpcre2_compile.c10155 int newline = 0; /* Unset; can be set by the pattern */ in pcre2_compile() local
10333 newline = p->value; in pcre2_compile()
10432 if (newline == 0) newline = ccontext->newline_convention; in pcre2_compile()
10434 switch(newline) in pcre2_compile()
10643 re->newline_convention = newline; in pcre2_compile()
H A Dpcre2_context.c356 pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline) in pcre2_set_newline() argument
358 switch(newline) in pcre2_set_newline()
366 ccontext->newline_convention = newline; in pcre2_set_newline()
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch72 … 0x80 are encoded the same as their ASCII counterpart, so '\n' will uniquely identify a newline. */
/php-src/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt18 …@##$%^&*():<>?|~+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \…
H A Dfilesize_variation4.phpt20 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
H A Dpopen_pclose_basic.phpt40 $newline = "\n";
43 fwrite($file_handle, $newline);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます17085 # skip newline byte
19000 # skip second character which is often a newline and show comment
30884 # skip newline carriage return
35903 # FIXME figure out how to accept any of [space], [tab], [newline] and
H A Dmagic17085 # skip newline byte
19000 # skip second character which is often a newline and show comment
30884 # skip newline carriage return
35903 # FIXME figure out how to accept any of [space], [tab], [newline] and
/php-src/Zend/
H A Dzend_language_scanner.l2889 int newline = 0, indentation = 0, spacing = 0;
2940 newline = 2; /* Windows newline */
2942 newline = 1;
2985 ZVAL_STRINGL(zendlval, yytext, yyleng - newline);
2993 newline_at_start, newline != 0)) {
3004 HANDLE_NEWLINES(yytext, yyleng - newline);
3013 int newline = 0, indentation = 0, spacing = -1;
3064 newline = 2; /* Windows newline */
3066 newline = 1;
3092 newline_at_start, newline != 0)) {
[all …]
/php-src/ext/standard/tests/misc/
H A Dbug79410.phpt2 Bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline)
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt104 newline',
/php-src/ext/tidy/tests/
H A D010.phpt7 $a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' …
H A D012.phpt28 …LOR=#FFFFFF ALINK=#000000><B>Hi</B><I>Bye<U>Test</U></I></BODY></HTML>", array('newline' => 'LF'));
H A D018.phpt10 'newline' => "\n")
H A D024.phpt20 'newline' => 'LF'
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'));
/php-src/ext/standard/tests/strings/
H A Dstripslashes_variation3.phpt2 Test stripslashes() function : usage variations - strings with newline and tab characters
6 * Test stripslashes() with strings containing newline and tab characters.
9 echo "*** Testing stripslashes() : with strings containing newline and tab characters ***\n";
24 // string with newline character
58 *** Testing stripslashes() : with strings containing newline and tab characters ***
H A Dbug51899.phpt2 Bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline)

Completed in 277 milliseconds

12