/PHP-5.3/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 | 22 'newline' => 'LF'
|
H A D | 010.phpt | 7 $a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' …
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | stripslashes_variation3.phpt | 2 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 D | bug51899.phpt | 2 Bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline)
|
/PHP-5.3/Zend/tests/ |
H A D | bug52508.phpt | 2 Bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | popen_pclose_basic-win32.phpt | 46 $newline = "\n"; 49 …te($file_handle, (binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)(binary)$newline);
|
H A D | popen_pclose_basic.phpt | 48 $newline = "\n"; 51 fwrite($file_handle, (binary)$newline);
|
H A D | filesize_variation4-win32.phpt | 23 …@##$%^&*():<>?|~+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \…
|
H A D | filesize_variation4.phpt | 25 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
|
/PHP-5.3/ext/mbstring/oniguruma/doc/ |
H A D | RE | 18 \n newline (0x0A) 37 . any character (except newline) 112 \Z end of string, or before newline at the end 180 m: multi-line (dot(.) match newline) 310 (?m): dot(.) match newline 313 (?s): dot(.) match newline 314 (?m): ^ match after newline, $ match before newline
|
/PHP-5.3/ext/standard/tests/mail/ |
H A D | bug51604.phpt | 2 Bug #51604 (newline in end of header is shown in start of message)
|
/PHP-5.3/sapi/caudium/ |
H A D | TODO | 18 + POST newline added?
|
/PHP-5.3/ext/date/tests/ |
H A D | gmstrftime_variation19.phpt | 2 Test gmstrftime() function : usage variation - Checking newline and tab formats which are not suppo…
|
H A D | strftime_variation19.phpt | 2 Test strftime() function : usage variation - Checking newline and tab formats which are not support…
|
H A D | strftime_variation20.phpt | 2 Test strftime() function : usage variation - Checking newline and tab formats which are supported o…
|
H A D | gmstrftime_variation20.phpt | 2 Test gmstrftime() function : usage variation - Checking newline and tab formats which are supported…
|
/PHP-5.3/sapi/roxen/ |
H A D | TODO | 5 - POST newline added?
|
/PHP-5.3/ext/ctype/tests/ |
H A D | ctype_graph_variation3.phpt | 48 "Sample string with newline\n",
|
/PHP-5.3/Zend/ |
H A D | zend_language_scanner.l | 2091 int newline = 0; 2119 newline = 2; /* Windows newline */ 2121 newline = 1; 2157 zend_scan_escape_string(zendlval, yytext, yyleng - newline, 0 TSRMLS_CC); 2163 int newline = 0; 2191 newline = 2; /* Windows newline */ 2193 newline = 1; 2211 zend_copy_value(zendlval, yytext, yyleng - newline); 2213 HANDLE_NEWLINES(yytext, yyleng - newline);
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | array_rand_variation4.phpt | 41 "NULL" => 'key5', "\n" => 'newline as key',
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | README | 234 of the preceding, or any of the Unicode newline sequences as indicating the 236 of PCRE can change the selection at run time. The default newline indicator 238 newline indicator by adding --enable-newline-is-cr or --enable-newline-is-lf 239 or --enable-newline-is-crlf or --enable-newline-is-anycrlf or 240 --enable-newline-is-any to the "configure" command, respectively. 242 If you specify --enable-newline-is-cr or --enable-newline-is-crlf, some of 245 to be some failures. With --enable-newline-is-anycrlf or 246 --enable-newline-is-any, many tests should succeed, but there may be some
|
H A D | HACKING | 163 OP_ANY match any one character other than newline 164 OP_ALLANY match any one character, including newline 170 OP_CIRCM ^ multiline mode (start of data or after newline) 185 OP_DOLL $ (end of data, or before final newline) 186 OP_DOLLM $ multiline mode (end of data or before newline) 188 OP_ANYNL match any Unicode newline sequence
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testoutput2 | 153 First char at start or follows newline 6432 Forced newline sequence: LF 6463 Forced newline sequence: CR 6478 Forced newline sequence: LF 6493 Forced newline sequence: CRLF 6506 Unknown newline type at: <bad> 6515 Unknown newline type at: <bad> 6522 Forced newline sequence: LF 9028 Forced newline sequence: CRLF 9039 Forced newline sequence: CRLF [all …]
|