Home
last modified time | relevance | path

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

12

/PHP-7.2/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.2/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.2/ext/standard/tests/mail/
H A Dmail_basic6.phpt62 echo "-- Invalid Header - preceeding newline--\n";
72 echo "-- Invalid Header - preceeding newline--\n";
82 echo "-- Invalid Header - preceeding newline--\n";
92 echo "-- Invalid Header - preceeding newline--\n";
102 echo "-- Invalid Header - preceeding newline--\n";
250 -- Invalid Header - preceeding newline--
254 -- Invalid Header - preceeding newline--
258 -- Invalid Header - preceeding newline--
262 -- Invalid Header - preceeding newline--
266 -- Invalid Header - preceeding 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.2/Zend/tests/
H A Dbug52508.phpt2 Bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A DtestinputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
9 /-- Test default newline and variations --/
H A DtestoutputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
9 /-- Test default newline and variations --/
/PHP-7.2/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);
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE18 \n newline (line feed) (0x0A)
38 . any character (except newline)
133 \Z end of string, or before newline at the end
200 m: multi-line (dot (.) also matches newline)
344 (?m): dot (.) also matches newline
347 (?s): dot (.) also matches newline
348 (?m): ^ matches after newline, $ matches before newline
/PHP-7.2/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.2/ext/ctype/tests/
H A Dctype_graph_variation3.phpt48 "Sample string with newline\n",
/PHP-7.2/Zend/
H A Dzend_language_scanner.l2260 int newline = 0;
2290 newline = 2; /* Windows newline */
2292 newline = 1;
2328 zend_scan_escape_string(zendlval, yytext, yyleng - newline, 0);
2334 int newline = 0;
2364 newline = 2; /* Windows newline */
2366 newline = 1;
2384 zend_copy_value(zendlval, yytext, yyleng - newline);
2385 HANDLE_NEWLINES(yytext, yyleng - newline);
/PHP-7.2/ext/standard/tests/array/
H A Darray_rand_variation4.phpt41 "NULL" => 'key5', "\n" => 'newline as key',
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c399 int newline; member
3330 jump_list *newline = NULL; in mainloop_entry() local
3366 set_jumps(newline, LABEL()); in mainloop_entry()
4561 jump_list *newline = NULL; in fast_forward_newline() local
4614 check_newlinechar(common, common->nltype, &newline, FALSE); in fast_forward_newline()
4615 set_jumps(newline, loop); in fast_forward_newline()
10854 default: common->newline = NEWLINE; break; in PRIV()
10857 case PCRE_NEWLINE_CR: common->newline = CHAR_CR; break; in PRIV()
10858 case PCRE_NEWLINE_LF: common->newline = CHAR_NL; break; in PRIV()
10902 common->nlmax = common->newline & 0xff; in PRIV()
[all …]
H A DHACKING171 OP_ANY match any one character other than newline
172 OP_ALLANY match any one character, including newline
178 OP_CIRCM ^ multiline mode (start of data or after newline)
191 OP_EODN match end of data or newline at end: \Z
193 OP_DOLL $ (end of data, or before final newline)
194 OP_DOLLM $ multiline mode (end of data or before newline)
196 OP_ANYNL match any Unicode newline sequence

Completed in 106 milliseconds

12