Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.3/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 D018.phpt10 'newline' => "\n")
H A D024.phpt23 'newline' => 'LF'
H A D010.phpt7 $a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' …
/PHP-7.3/ext/standard/tests/strings/
H A Dstripslashes_variation3.phpt2 Test stripslashes() function : usage variations - strings with newline and tab characters
11 * Test stripslashes() with strings containing newline and tab characters.
14 echo "*** Testing stripslashes() : with strings containing newline and tab characters ***\n";
29 // string with newline character
63 *** 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)
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_basic6.phpt62 echo "-- Invalid Header - preceding newline--\n";
72 echo "-- Invalid Header - preceding newline--\n";
82 echo "-- Invalid Header - preceding newline--\n";
92 echo "-- Invalid Header - preceding newline--\n";
102 echo "-- Invalid Header - preceding newline--\n";
250 -- Invalid Header - preceding newline--
254 -- Invalid Header - preceding newline--
258 -- Invalid Header - preceding newline--
262 -- Invalid Header - preceding newline--
266 -- Invalid Header - preceding newline--
[all …]
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
/PHP-7.3/ext/standard/tests/misc/
H A Dbug79410.phpt2 Bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline)
/PHP-7.3/Zend/tests/
H A Dbug52508.phpt2 Bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
/PHP-7.3/ext/standard/tests/file/
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);
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";
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_context.c353 pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline) in pcre2_set_newline() argument
355 switch(newline) in pcre2_set_newline()
363 ccontext->newline_convention = newline; in pcre2_set_newline()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE18 \n newline (line feed) (0x0A)
39 . any character (except newline)
74 \R general newline (* can't be used in character-class)
80 \N negative newline (?-m:.)
165 \Z end of string, or before newline at the end
253 m: multi-line (dot (.) also matches newline)
503 (?m): dot (.) also matches newline
506 (?s): dot (.) also matches newline
507 (?m): ^ matches after newline, $ matches before newline
/PHP-7.3/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.3/Zend/
H A Dzend_language_scanner.l2555 int newline = 0, indentation = 0, spacing = 0;
2606 newline = 2; /* Windows newline */
2608 newline = 1;
2651 ZVAL_STRINGL(zendlval, yytext, yyleng - newline);
2659 newline_at_start, newline != 0)) {
2670 HANDLE_NEWLINES(yytext, yyleng - newline);
2679 int newline = 0, indentation = 0, spacing = -1;
2730 newline = 2; /* Windows newline */
2732 newline = 1;
2758 newline_at_start, newline != 0)) {
[all …]
/PHP-7.3/ext/ctype/tests/
H A Dctype_graph_variation3.phpt48 "Sample string with newline\n",
/PHP-7.3/ext/standard/tests/array/
H A Darray_rand_variation4.phpt41 "NULL" => 'key5', "\n" => 'newline as key',

Completed in 42 milliseconds

12