Home
last modified time | relevance | path

Searched refs:r (Results 251 – 275 of 1616) sorted by relevance

1...<<11121314151617181920>>...65

/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt29 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
38 if ( strstr($file_modes[$mode_counter], "r") ) {
58 if ( strstr($file_modes[$mode_counter], "r" ) ) {
90 -- Testing fgetcsv() with file opened using r mode --
114 -- Testing fgetcsv() with file opened using r+ mode --
122 -- Testing fgetcsv() with file opened using r+b mode --
130 -- Testing fgetcsv() with file opened using r+t mode --
210 -- Testing fgetcsv() with file opened using r mode --
234 -- Testing fgetcsv() with file opened using r+ mode --
330 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dpopen_pclose_error.phpt26 popen(): Argument #2 ($mode) must be one of "r", "rb", "w", or "wb"
27 popen(): Argument #2 ($mode) must be one of "r", "rb", "w", or "wb"
28 popen(): Argument #2 ($mode) must be one of "r", "rb", "w", or "wb"
H A Dbug60120.phpt17 $cmd = $php . ' -r "\$in = file_get_contents(\'php://stdin\'); fwrite(STDOUT, \$in); fwrite(STDERR,…
18 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
35 $r = $pipes;
38 $n = stream_select($r, $w, $e, 60);
59 foreach ($r as $pipe) {
/php-src/sapi/fuzzer/corpus/unserialize/
H A Dbug713131 …dClass":0:{},a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass":0:{}};r:7;,R:2;s:4:"next";;r:3;};m:a:0:…
/php-src/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt12 echo "\n\r" == stripcslashes('\n\r'),"\n";
18 foo\b\a\r\b\az
/php-src/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
21 ["r"]=>
76 ["r"]=>
162 ["r"]=>
227 ["r"]=>
289 ["r"]=>
351 ["r"]=>
410 ["r"]=>
/php-src/ext/json/tests/
H A Dbug64874_part1.phpt21 decode("true\r");
27 decode(" true\r");
31 decode("\ttrue\r");
35 decode("\ntrue\r");
39 decode("\rtrue\r");
/php-src/ext/date/tests/
H A Dbug53437_var0.phpt7 echo "Original:\r\n";
9 echo $dt->format('Y-m-d H:i:s')."\r\n";
11 echo "\r\n";
20 echo "Unserialized:\r\n";
22 echo $dt->format('Y-m-d H:i:s')."\r\n";
/php-src/ext/pcre/tests/
H A Dbug77827.phpt2 Bug #77827 (preg_match does not ignore \r in regex flags)
6 preg_match("/foo/i\r", 'FOO'),
/php-src/ext/standard/tests/http/
H A Dbug61548.phpt23 "data://text/plain,HTTP/1.1 201\r\nLocation: /foo\r\n\r\n",
24 "data://text/plain,HTTP/1.1 200\r\nConnection: close\r\n\r\n",
/php-src/ext/standard/tests/network/
H A Dsetrawcookie_error.phpt54 setrawcookie(): Argument #1 ($name) cannot contain "=", ",", ";", " ", "\t", "\r", "\n", "\013", or…
55 setrawcookie(): Argument #2 ($value) cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\0…
56 setrawcookie(): "path" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
57 setrawcookie(): "domain" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
/php-src/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt27 ['pipe', 'r'],
58 $r = [$pipes[1], $pipes[2]];
61 $s = stream_select($r, $w, $e, 60);
70 foreach ($r as $ready) {
/php-src/ext/zip/tests/
H A Dbug51353.phpt20 $r = $zip->open("$base_path/51353.zip", ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE);
21 if ($r) {
31 $r = $zip->open("$base_path/51353.zip");
32 if ($r) {
H A Doo_progress.phpt24 var_dump($zip->registerProgressCallback(0.5, function ($r) {
26 if ($r == 0.0) echo "start\n";
27 if ($r == 1.0) echo "end\n";
/php-src/ext/zlib/tests/
H A Dgzopen_variation7.phpt9 $h1 = gzopen($f, 'r');
10 $h2 = gzopen($f, 'r');
21 string(10) "When you'r"
/php-src/ext/gd/tests/
H A Dlibgd00186.phpt25 $r = "Ok";
27 $r = "Failed";
31 echo $r;
/php-src/Zend/tests/
H A Dsettype_string.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dcast_to_string.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dsettype_array.phpt6 $r = fopen(__FILE__, "r");
32 $r,
H A Dcast_to_array.phpt6 $r = fopen(__FILE__, "r");
32 $r,
/php-src/ext/reflection/tests/
H A Dtraits004.phpt15 $r = new ReflectionClass($c);
16 var_dump($r->getTraitNames());
17 var_dump($r->getTraits());
H A Dbug46103.phpt7 $obj->r = new ReflectionObject($obj);
13 ["r"]=>
/php-src/ext/intl/tests/
H A Dresourcebundle_countable.phpt9 $r = new ResourceBundle( 'es', BUNDLE );
11 var_dump($r instanceof Countable);
/php-src/ext/spl/tests/SplFileObject/
H A Dbug72884.phpt6 $r=new ReflectionObject($x);
7 var_dump($r->isCloneable());
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1466 if r then
1467 r = tonumber(r)
1468 if r <= 31 then return r, tp end
1476 r = tonumber(r)
1477 if r <= 31 then return r end
1485 r = tonumber(r)
1486 if r <= 31 then return r end
1494 r = tonumber(r)
1495 if r <= 63 then return r end
1502 if r then return tonumber(r) end
[all …]

Completed in 43 milliseconds

1...<<11121314151617181920>>...65