Searched refs:r (Results 251 – 275 of 1568) sorted by relevance
1...<<11121314151617181920>>...63
/PHP-7.4/Zend/tests/ |
H A D | settype_string.phpt | 6 $r = fopen(__FILE__, "r"); 28 $r,
|
H A D | settype_array.phpt | 6 $r = fopen(__FILE__, "r"); 32 $r,
|
H A D | cast_to_array.phpt | 6 $r = fopen(__FILE__, "r"); 32 $r,
|
H A D | array_splice_empty_ht_iter_removal.phpt | 7 foreach ($a as &$r) { 8 var_dump($r);
|
H A D | bug69802_2.phpt | 6 $r = new ReflectionMethod($f, '__invoke'); 7 var_dump($r->getParameters()[0]->getClass());
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fgetcsv_variation8.phpt | 35 $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 D | fgetcsv_variation9.phpt | 35 $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 D | bug66509.phpt | 6 $r = new \ReflectionFunction('copy'); 8 foreach($r->getParameters() as $p) {
|
H A D | fgetcsv_variation18.phpt | 30 $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 D | bug64874_part1.phpt | 23 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 D | 002.phpt | 2 running code with -r 12 var_dump(`$php -n -r "var_dump('hello');"`);
|
H A D | bug74600.phpt | 13 [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 D | resourcebundle_countable.phpt | 9 $r = new ResourceBundle( 'es', BUNDLE ); 11 var_dump($r instanceof Countable);
|
/PHP-7.4/ext/zip/tests/ |
H A D | bug51353.phpt | 18 $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 D | array_chunk_variation25.phpt | 5 $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 D | libgd00186.phpt | 27 $r = "Ok"; 29 $r = "Failed"; 33 echo $r;
|
/PHP-7.4/ext/zlib/tests/ |
H A D | gzopen_variation7.phpt | 13 $h1 = gzopen($f, 'r'); 14 $h2 = gzopen($f, 'r'); 26 string(10) "When you'r"
|
/PHP-7.4/ext/date/tests/ |
H A D | timezone_offset_get_basic1.phpt | 31 %rint\(0\)|int\(3600\)%r 32 %rint\(-18000\)|int\(-14400\)%r 33 %rint\(-28800\)|int\(-25200\)%r
|
H A D | DateTimeZone_getOffset_basic1.phpt | 30 %rint\(0\)|int\(3600\)%r 31 %rint\(-18000\)|int\(-14400\)%r 32 %rint\(-28800\)|int\(-25200\)%r
|
H A D | bug53437.phpt | 7 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 D | bug69279.phpt | 17 $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 D | mb_strlen.phpt | 60 $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 D | bug60357.phpt | 6 $r = new ReflectionParameter( 'foo', 0 ); 7 echo $r->__toString();
|
H A D | 027.phpt | 11 $r = new ReflectionGenerator($g); 16 $r->getTrace();
|
/PHP-7.4/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_prefetch_2.phpt | 24 while ($r = $s->fetch()) { 25 echo $r[0] . "\n"; 32 while ($r = $s->fetch()) { 33 echo $r[0] . "\n";
|
Completed in 30 milliseconds
1...<<11121314151617181920>>...63