/php-src/ext/tidy/tests/ |
H A D | 025.phpt | 8 $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 D | 018.phpt | 10 'newline' => "\n")
|
H A D | 024.phpt | 20 'newline' => 'LF'
|
H A D | 010.phpt | 7 $a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' …
|
/php-src/ext/standard/tests/strings/ |
H A D | stripslashes_variation3.phpt | 2 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 D | bug51899.phpt | 2 Bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline)
|
/php-src/ext/standard/tests/mail/ |
H A D | mail_basic6.phpt | 56 echo "-- Invalid Header - preceding newline--\n"; 66 echo "-- Invalid Header - preceding newline--\n"; 76 echo "-- Invalid Header - preceding newline--\n"; 86 echo "-- Invalid Header - preceding newline--\n"; 96 echo "-- Invalid Header - preceding newline--\n"; 243 -- Invalid Header - preceding newline-- 247 -- Invalid Header - preceding newline-- 251 -- Invalid Header - preceding newline-- 255 -- Invalid Header - preceding newline-- 259 -- Invalid Header - preceding newline-- [all …]
|
H A D | bug51604.phpt | 2 Bug #51604 (newline in end of header is shown in start of message)
|
H A D | bug66535.phpt | 2 Bug #66535: Extra newline if add_x_header and no additional headers are used
|
/php-src/ext/standard/tests/misc/ |
H A D | bug79410.phpt | 2 Bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline)
|
/php-src/Zend/tests/ |
H A D | bug52508.phpt | 2 Bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
|
/php-src/ext/standard/tests/file/ |
H A D | popen_pclose_basic-win32-mb.phpt | 36 $newline = "\n"; 39 …te($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newline);
|
H A D | popen_pclose_basic-win32.phpt | 36 $newline = "\n"; 39 …te($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newline);
|
H A D | bug66588.phpt | 4 This bug is about the different behavior with and without trailing newline both should behave the s…
|
H A D | popen_pclose_basic.phpt | 40 $newline = "\n"; 43 fwrite($file_handle, $newline);
|
H A D | filesize_variation4-win32.phpt | 18 …@##$%^&*():<>?|~+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \…
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_context.c | 364 pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline) in pcre2_set_newline() argument 366 switch(newline) in pcre2_set_newline() 374 ccontext->newline_convention = newline; in pcre2_set_newline()
|
/php-src/ext/date/tests/ |
H A D | gmstrftime_variation19.phpt | 2 Test gmstrftime() function : usage variation - Checking newline and tab formats which was not suppo…
|
H A D | strftime_variation19.phpt | 2 Test strftime() function : usage variation - Checking newline and tab formats which was not support…
|
H A D | gmstrftime_variation20.phpt | 2 Test gmstrftime() function : usage variation - Checking newline and tab formats which are supported…
|
H A D | strftime_variation20.phpt | 2 Test strftime() function : usage variation - Checking newline and tab formats which are supported o…
|
/php-src/ext/ctype/tests/ |
H A D | ctype_graph_variation3.phpt | 43 "Sample string with newline\n",
|
/php-src/Zend/ |
H A D | zend_language_scanner.l | 2905 int newline = 0, indentation = 0, spacing = 0; 2956 newline = 2; /* Windows newline */ 2958 newline = 1; 3001 ZVAL_STRINGL(zendlval, yytext, yyleng - newline); 3009 newline_at_start, newline != 0)) { 3020 HANDLE_NEWLINES(yytext, yyleng - newline); 3029 int newline = 0, indentation = 0, spacing = -1; 3080 newline = 2; /* Windows newline */ 3082 newline = 1; 3108 newline_at_start, newline != 0)) { [all …]
|
/php-src/ext/standard/tests/general_functions/ |
H A D | proc_open_array.phpt | 104 newline',
|
/php-src/ext/standard/tests/array/ |
H A D | array_rand_variation4.phpt | 35 "NULL" => 'key5', "\n" => 'newline as key',
|