Home
last modified time | relevance | path

Searched refs:r (Results 376 – 400 of 1819) sorted by relevance

1...<<11121314151617181920>>...73

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_load_error4.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A DDOMDocument_loadHTMLfile_error2.phpt21 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Empty string supplied as input %s
23 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Invalid file source %s
H A DDOMDocument_load_error3.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
H A DDOMDocument_load_error5.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error3.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
H A DDOMDocument_loadXML_error5.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_variation2.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
H A DDOMDocument_load_variation2.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
/PHP-5.5/sapi/cli/tests/
H A Dbug68745.phpt20 if(fwrite($fp, "GET www.example.com:80 HTTP/1.1\r\n\r\n")) {
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1630 for (r = p + length - 20; p < r; p++) { in mbfl_strcut()
2703 s %= r; in collector_encode_htmlnumericentity()
2798 r = 1; in collector_decode_htmlnumericentity()
2804 s %= r; in collector_decode_htmlnumericentity()
2805 r /= 10; in collector_decode_htmlnumericentity()
2881 r = 1; in collector_decode_htmlnumericentity()
2887 s %= r; in collector_decode_htmlnumericentity()
2976 r = 1; in mbfl_filt_decode_htmlnumericentity_flush()
2982 s %= r; in mbfl_filt_decode_htmlnumericentity_flush()
3003 r = 1; in mbfl_filt_decode_htmlnumericentity_flush()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation17.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
39 if ( strstr($file_modes[$mode_counter], "r") ) {
59 if ( strstr($file_modes[$mode_counter], "r" ) ) {
96 -- Testing fgetcsv() with file opened using r mode --
144 -- Testing fgetcsv() with file opened using r+ mode --
160 -- Testing fgetcsv() with file opened using r+b mode --
176 -- Testing fgetcsv() with file opened using r+t mode --
336 -- Testing fgetcsv() with file opened using r mode --
384 -- Testing fgetcsv() with file opened using r+ mode --
576 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation19.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
40 if ( strstr($file_modes[$mode_counter], "r") ) {
60 if ( strstr($file_modes[$mode_counter], "r" ) ) {
92 -- Testing fgetcsv() with file opened using r mode --
122 -- Testing fgetcsv() with file opened using r+ mode --
132 -- Testing fgetcsv() with file opened using r+b mode --
142 -- Testing fgetcsv() with file opened using r+t mode --
242 -- Testing fgetcsv() with file opened using r mode --
272 -- Testing fgetcsv() with file opened using r+ mode --
392 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfputcsv_variation13.phpt34 $file_modes = array ("r+", "r+b", "r+t",
79 -- file opened in r+ --
88 -- file opened in r+b --
97 -- file opened in r+t --
187 -- file opened in r+ --
196 -- file opened in r+b --
205 -- file opened in r+t --
295 -- file opened in r+ --
304 -- file opened in r+b --
403 -- file opened in r+ --
[all …]
H A Dstream_001.phpt7 var_dump(fopen("file://".__FILE__, "r"));
9 var_dump(fopen("file://".__FILE__, "r"));
/PHP-5.5/ext/mysql/tests/
H A Dmysql_escape_string.phpt20 var_dump(@mysql_escape_string("\r"));
31 %unicode|string%(2) "\r"
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors.inc20 fwrite($stream, b".\r\n$data");
22 stream_get_line($stream, 8192, "\r\n");
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_010.phpt29 %unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could not resolve host:|Co…
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt18 $h = gzopen($inputFileName, 'r');
22 $h = gzopen($outputFileName, 'r');
H A Dzlib_scheme_copy_variation1.phpt18 $h = gzopen($inputFileName, 'r');
23 $h = fopen($outputFileName, 'r');
H A Dgzread_error2.phpt12 $h = gzopen($f, 'r');
23 string(10) "When you'r"
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt21 $f = fopen("php://temp", "r+");
29 $r = $dd->loadXML($xml);
/PHP-5.5/ext/pdo_firebird/tests/
H A Dtestdb.inc29 $r = ibase_connect($test_base);
30 ibase_drop_db($r);
/PHP-5.5/ext/standard/tests/strings/
H A Daddcslashes_002.phpt8 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
29 string(44) "goodyear12345NULL\000truefalse\a\v\f\b\n\r\t"
H A Dstripcslashes_basic.phpt7 * Description: Returns a string with backslashes stripped off. Recognizes C-like \n, \r ...,
14 var_dump(stripcslashes('Hello World\\r\\n'));
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt49 string(2) "r+"
68 string(2) "r+"
87 string(2) "r+"

Completed in 63 milliseconds

1...<<11121314151617181920>>...73