Home
last modified time | relevance | path

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

12

/PHP-5.5/sapi/roxen/
H A DTODO5 - POST newline added?
/PHP-5.5/sapi/caudium/
H A DTODO18 + POST newline added?
/PHP-5.5/main/streams/
H A Dstreams.c813 char newline[2] = "\n"; /* is this OK for Win? */ in _php_stream_puts() local
816 if (len > 0 && php_stream_write(stream, buf, len) && php_stream_write(stream, newline, 1)) { in _php_stream_puts()
/PHP-5.5/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.phpt22 'newline' => 'LF'
/PHP-5.5/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 ***
/PHP-5.5/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
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 …]
/PHP-5.5/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt46 $newline = "\n";
49 …te($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newline);
H A Dpopen_pclose_basic.phpt48 $newline = "\n";
51 fwrite($file_handle, (binary)$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-5.5/ext/standard/tests/array/
H A Darray_rand_variation4.phpt41 "NULL" => 'key5', "\n" => 'newline as key',
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc69 .' mark itself \'#!\' and the newline character are optional.'
/PHP-5.5/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 Dtestoutput15792 Forced newline sequence: CRLF
H A Dtestoutput18-16656 Forced newline sequence: CRLF
H A Dtestoutput18-32656 Forced newline sequence: CRLF
H A Dtestoutput2156 First char at start or follows newline
162 First char at start or follows newline
370 First char at start or follows newline
6492 Forced newline sequence: LF
6523 Forced newline sequence: CR
6538 Forced newline sequence: LF
6553 Forced newline sequence: CRLF
6583 Forced newline sequence: LF
9076 Forced newline sequence: CRLF
9087 Forced newline sequence: CRLF
[all …]
H A Dtestoutput72293 First char at start or follows newline
H A DtestoutputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
9 /-- Test default newline and variations --/
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c379 int newline; member
3095 jump_list *newline = NULL; in mainloop_entry() local
3132 set_jumps(newline, LABEL()); in mainloop_entry()
3883 jump_list *newline = NULL; in fast_forward_newline() local
3937 check_newlinechar(common, common->nltype, &newline, FALSE); in fast_forward_newline()
3938 set_jumps(newline, loop); in fast_forward_newline()
9843 default: common->newline = NEWLINE; break; in PRIV()
9846 case PCRE_NEWLINE_CR: common->newline = CHAR_CR; break; in PRIV()
9847 case PCRE_NEWLINE_LF: common->newline = CHAR_NL; break; in PRIV()
9891 common->nlmax = common->newline & 0xff; in PRIV()
[all …]

Completed in 112 milliseconds

12