Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 25 of 35) sorted by path

12

/PHP-7.4/
H A DNEWS992 without newline). (Christian Schneider)
2820 close tag with newline). (Nikita)
H A DUPGRADING37 . `<?php` at the end of the file (without trailing newline) will now be
/PHP-7.4/Zend/tests/
H A Dbug52508.phpt2 Bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
/PHP-7.4/Zend/
H A Dzend_language_scanner.l2649 int newline = 0, indentation = 0, spacing = 0;
2700 newline = 2; /* Windows newline */
2702 newline = 1;
2745 ZVAL_STRINGL(zendlval, yytext, yyleng - newline);
2753 newline_at_start, newline != 0)) {
2764 HANDLE_NEWLINES(yytext, yyleng - newline);
2773 int newline = 0, indentation = 0, spacing = -1;
2824 newline = 2; /* Windows newline */
2826 newline = 1;
2852 newline_at_start, newline != 0)) {
[all …]
/PHP-7.4/build/
H A Dlibtool.m46245 # Be careful that the start marker always follows a newline.
/PHP-7.4/ext/ctype/tests/
H A Dctype_graph_variation3.phpt48 "Sample string with newline\n",
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation19.phpt2 Test gmstrftime() function : usage variation - Checking newline and tab formats which was not suppo…
H A Dgmstrftime_variation20.phpt2 Test gmstrftime() function : usage variation - Checking newline and tab formats which are supported…
H A Dstrftime_variation19.phpt2 Test strftime() function : usage variation - Checking newline and tab formats which was not support…
H A Dstrftime_variation20.phpt2 Test strftime() function : usage variation - Checking newline and tab formats which are supported o…
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic13944 # skip newline byte
H A Dmagic私はガラスを食べられます13944 # skip newline byte
/PHP-7.4/ext/pcre/pcre2lib/
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()
H A Dpcre2_context.c355 pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline) in pcre2_set_newline() argument
357 switch(newline) in pcre2_set_newline()
365 ccontext->newline_convention = newline; in pcre2_set_newline()
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 …]
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc69 .' mark itself \'#!\' and the newline character are optional.'
/PHP-7.4/ext/standard/tests/array/
H A Darray_rand_variation4.phpt41 "NULL" => 'key5', "\n" => 'newline as key',
/PHP-7.4/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt23 …@##$%^&*():<>?|~+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \…
H A Dfilesize_variation4.phpt25 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
H A Dpopen_pclose_basic-win32-mb.phpt44 $newline = "\n";
47 …te($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newline);
H A Dpopen_pclose_basic-win32.phpt44 $newline = "\n";
47 …te($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newline);
H A Dpopen_pclose_basic.phpt47 $newline = "\n";
50 fwrite($file_handle, $newline);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt85 newline',
/PHP-7.4/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
H A Dbug66535.phpt2 Bug #66535: Extra newline if add_x_header and no additional headers are used

Completed in 399 milliseconds

12