Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...63

/PHP-7.4/Zend/tests/
H A Dsettype_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,
H A Darray_splice_empty_ht_iter_removal.phpt7 foreach ($a as &$r) {
8 var_dump($r);
H A Dbug69802_2.phpt6 $r = new ReflectionMethod($f, '__invoke');
7 var_dump($r->getParameters()[0]->getClass());
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation8.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
44 if ( strstr($file_modes[$mode_counter], "r") ) {
66 if ( strstr($file_modes[$mode_counter], "r" ) ) {
99 -- Testing fgetcsv() with file opened using r mode --
123 -- Testing fgetcsv() with file opened using r+ mode --
131 -- Testing fgetcsv() with file opened using r+b mode --
139 -- Testing fgetcsv() with file opened using r+t mode --
219 -- Testing fgetcsv() with file opened using r mode --
243 -- Testing fgetcsv() with file opened using r+ mode --
339 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation9.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
44 if ( strstr($file_modes[$mode_counter], "r") ) {
65 if ( strstr($file_modes[$mode_counter], "r" ) ) {
97 -- Testing fgetcsv() with file opened using r mode --
121 -- Testing fgetcsv() with file opened using r+ mode --
129 -- Testing fgetcsv() with file opened using r+b mode --
137 -- Testing fgetcsv() with file opened using r+t mode --
217 -- Testing fgetcsv() with file opened using r mode --
241 -- Testing fgetcsv() with file opened using r+ mode --
337 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dbug66509.phpt6 $r = new \ReflectionFunction('copy');
8 foreach($r->getParameters() as $p) {
H A Dfgetcsv_variation18.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" ) ) {
91 -- Testing fgetcsv() with file opened using r mode --
115 -- Testing fgetcsv() with file opened using r+ mode --
123 -- Testing fgetcsv() with file opened using r+b mode --
131 -- Testing fgetcsv() with file opened using r+t mode --
211 -- Testing fgetcsv() with file opened using r mode --
235 -- Testing fgetcsv() with file opened using r+ mode --
331 -- Testing fgetcsv() with file opened using r mode --
[all …]
/PHP-7.4/ext/json/tests/
H A Dbug64874_part1.phpt23 decode("true\r");
29 decode(" true\r");
33 decode("\ttrue\r");
37 decode("\ntrue\r");
41 decode("\rtrue\r");
/PHP-7.4/sapi/cli/tests/
H A D002.phpt2 running code with -r
12 var_dump(`$php -n -r "var_dump('hello');"`);
H A Dbug74600.phpt13 [PHP]\n;\rs=\000\000=\n;\r[PATH\000]\000\376 =\n
17 0 => array("pipe", "r"),
22 $proc = proc_open("$php -c $ini_file -r 'echo \"okey\";'", $desc, $pipes);
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_countable.phpt9 $r = new ResourceBundle( 'es', BUNDLE );
11 var_dump($r instanceof Countable);
/PHP-7.4/ext/zip/tests/
H A Dbug51353.phpt18 $r = $zip->open("$base_path/51353.zip", ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE);
19 if ($r) {
29 $r = $zip->open("$base_path/51353.zip");
30 if ($r) {
/PHP-7.4/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"]=>
81 ["r"]=>
167 ["r"]=>
232 ["r"]=>
294 ["r"]=>
356 ["r"]=>
415 ["r"]=>
/PHP-7.4/ext/gd/tests/
H A Dlibgd00186.phpt27 $r = "Ok";
29 $r = "Failed";
33 echo $r;
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation7.phpt13 $h1 = gzopen($f, 'r');
14 $h2 = gzopen($f, 'r');
26 string(10) "When you'r"
/PHP-7.4/ext/date/tests/
H A Dtimezone_offset_get_basic1.phpt31 %rint\(0\)|int\(3600\)%r
32 %rint\(-18000\)|int\(-14400\)%r
33 %rint\(-28800\)|int\(-25200\)%r
H A DDateTimeZone_getOffset_basic1.phpt30 %rint\(0\)|int\(3600\)%r
31 %rint\(-18000\)|int\(-14400\)%r
32 %rint\(-28800\)|int\(-25200\)%r
H A Dbug53437.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-7.4/ext/phar/tests/
H A Dbug69279.phpt17 $r = new Phar(__DIR__ . "/bug69279.phar.zip");
18 var_dump($r["bug69279.txt"]->isCompressed());
20 $r->extractTo(__DIR__, NULL, TRUE);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strlen.phpt60 $r = strlen($t_ary);
61 echo $r."\n";
64 $r = strlen($t_obj);
65 echo $r."\n";
68 $r = mb_strlen($euc_jp, 'BAD_NAME');
69 echo $r."\n";
/PHP-7.4/ext/reflection/tests/
H A Dbug60357.phpt6 $r = new ReflectionParameter( 'foo', 0 );
7 echo $r->__toString();
H A D027.phpt11 $r = new ReflectionGenerator($g);
16 $r->getTrace();
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt24 while ($r = $s->fetch()) {
25 echo $r[0] . "\n";
32 while ($r = $s->fetch()) {
33 echo $r[0] . "\n";

Completed in 56 milliseconds

1...<<11121314151617181920>>...63