Home
last modified time | relevance | path

Searched refs:r (Results 226 – 250 of 1568) sorted by relevance

12345678910>>...63

/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation7.phpt36 $file_modes = array ("r+", "r+b", "r+t",
81 -- file opened in r+ --
88 -- file opened in r+b --
95 -- file opened in r+t --
165 -- file opened in r+ --
172 -- file opened in r+b --
179 -- file opened in r+t --
249 -- file opened in r+ --
333 -- file opened in r+ --
417 -- file opened in r+ --
[all …]
H A Dfputcsv_variation8.phpt36 $file_modes = array ("r+", "r+b", "r+t",
81 -- file opened in r+ --
88 -- file opened in r+b --
95 -- file opened in r+t --
165 -- file opened in r+ --
172 -- file opened in r+b --
179 -- file opened in r+t --
249 -- file opened in r+ --
333 -- file opened in r+ --
417 -- file opened in r+ --
[all …]
H A Dfputcsv_variation11.phpt33 $file_modes = array ("r+", "r+b", "r+t",
78 -- file opened in r+ --
85 -- file opened in r+b --
92 -- file opened in r+t --
162 -- file opened in r+ --
169 -- file opened in r+b --
176 -- file opened in r+t --
246 -- file opened in r+ --
330 -- file opened in r+ --
414 -- file opened in r+ --
[all …]
H A Dfputcsv_variation12.phpt34 $file_modes = array ("r+", "r+b", "r+t",
79 -- file opened in r+ --
86 -- file opened in r+b --
93 -- file opened in r+t --
163 -- file opened in r+ --
170 -- file opened in r+b --
177 -- file opened in r+t --
247 -- file opened in r+ --
331 -- file opened in r+ --
415 -- file opened in r+ --
[all …]
H A D007_variation10.phpt2 Test fopen and fclose() functions - usage variations - "r+t" mode
17 /* Test fopen() and fclose(): Opening the file in "r+t" mode,
29 echo "*** Test fopen() & fclose() functions: with 'r+t' mode ***\n";
30 $file_handle = fopen($file, "r+t"); //opening the file in "r+t" mode
46 *** Test fopen() & fclose() functions: with 'r+t' mode ***
H A D007_variation18.phpt2 Test fopen and fclose() functions - usage variations - "r+b" mode
17 /* Test fopen() and fclose(): Opening the file in "r+b" mode,
29 echo "*** Test fopen() & fclose() functions: with 'r+b' mode ***\n";
30 $file_handle = fopen($file, "r+b"); //opening the file in "r+b" mode
46 *** Test fopen() & fclose() functions: with 'r+b' mode ***
H A D007_variation2.phpt2 Test fopen and fclose() functions - usage variations - "r+" mode
17 /* Test fopen() and fclose(): Opening the file in "r+" mode,
29 echo "*** Test fopen() & fclose() functions: with 'r+' mode ***\n";
30 $file_handle = fopen($file, "r+"); //opening the file in "r+" mode
46 *** Test fopen() & fclose() functions: with 'r+' mode ***
/PHP-7.4/ext/standard/tests/strings/
H A Dnl2br_variation4.phpt21 "<html>\nHello\r\nworld\r</html>",
22 "<html>\n \r\n \r</html>",
H A Dadd-and-stripcslashes.phpt12 echo "\n\r" == stripcslashes('\n\r'),"\n";
18 foo\b\a\r\b\az
/PHP-7.4/ext/oci8/tests/
H A Dnull_byte_1.phpt26 $r = $lob->savefile("/tmp/abc\0def");
27 var_dump($r);
31 $r = $lob->export("/tmp/abc\0def");
32 var_dump($r);
/PHP-7.4/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt12 $fp = fopen(__DIR__ . '/test.txt.gz', 'r');
17 $fp = fopen(__DIR__ . '/test.txt.gz', 'r');
19 $fp = fopen(__DIR__ . '/test.txt.gz', 'r');
25 $fp = fopen(__DIR__ . '/test.txt.gz', 'r');
/PHP-7.4/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt11 passthru($php.' -r "var_dump(php_ini_scanned_files());"');
15 passthru($php.' -r "var_dump(php_ini_scanned_files());"');
18 passthru($php.' -r "var_dump(ini_get(\'date.timezone\'));"');
/PHP-7.4/Zend/tests/
H A Dsettype_double.phpt8 $r = fopen(__FILE__, "r");
30 $r,
H A Dsettype_int.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dcast_to_double.phpt8 $r = fopen(__FILE__, "r");
30 $r,
H A Dcast_to_string.phpt6 $r = fopen(__FILE__, "r");
28 $r,
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76488.phpt12 with recursive r(n) as (
15 select n+1 from r where n < 1000
19 from r
/PHP-7.4/ext/spl/tests/
H A Dbug72884.phpt6 $r=new ReflectionObject($x);
7 var_dump($r->isCloneable());
/PHP-7.4/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-7.4/ext/reflection/tests/
H A Dtraits004.phpt14 $r = new ReflectionClass($c);
15 var_dump($r->getTraitNames());
16 var_dump($r->getTraits());
H A Dbug46103.phpt7 $obj->r = new ReflectionObject($obj);
13 ["r"]=>
/PHP-7.4/ext/date/tests/
H A Dbug45866.phpt9 echo $date->format( 'r' ), "\n";
13 echo $date->format( 'r' ), "\n";
17 echo $date->format( 'r' ), "\n";
/PHP-7.4/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-7.4/ext/odbc/tests/
H A Dbug73448.phpt22 $r = @odbc_exec($conn, $sql);
24 if (false === $r) {
32 if ($r) {
33 odbc_free_result($r);
/PHP-7.4/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",

Completed in 33 milliseconds

12345678910>>...63