/PHP-7.4/ext/standard/tests/file/ |
H A D | fputcsv_variation7.phpt | 36 $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 D | fputcsv_variation8.phpt | 36 $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 D | fputcsv_variation11.phpt | 33 $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 D | fputcsv_variation12.phpt | 34 $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 D | 007_variation10.phpt | 2 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 D | 007_variation18.phpt | 2 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 D | 007_variation2.phpt | 2 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 D | nl2br_variation4.phpt | 21 "<html>\nHello\r\nworld\r</html>", 22 "<html>\n \r\n \r</html>",
|
H A D | add-and-stripcslashes.phpt | 12 echo "\n\r" == stripcslashes('\n\r'),"\n"; 18 foo\b\a\r\b\az
|
/PHP-7.4/ext/oci8/tests/ |
H A D | null_byte_1.phpt | 26 $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 D | zlib_filter_inflate2.phpt | 12 $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 D | php_ini_scanned_files.phpt | 11 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 D | settype_double.phpt | 8 $r = fopen(__FILE__, "r"); 30 $r,
|
H A D | settype_int.phpt | 6 $r = fopen(__FILE__, "r"); 28 $r,
|
H A D | cast_to_double.phpt | 8 $r = fopen(__FILE__, "r"); 30 $r,
|
H A D | cast_to_string.phpt | 6 $r = fopen(__FILE__, "r"); 28 $r,
|
/PHP-7.4/ext/pdo_firebird/tests/ |
H A D | bug_76488.phpt | 12 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 D | bug72884.phpt | 6 $r=new ReflectionObject($x); 7 var_dump($r->isCloneable());
|
/PHP-7.4/ext/pcre/tests/ |
H A D | bug77827.phpt | 2 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 D | traits004.phpt | 14 $r = new ReflectionClass($c); 15 var_dump($r->getTraitNames()); 16 var_dump($r->getTraits());
|
H A D | bug46103.phpt | 7 $obj->r = new ReflectionObject($obj); 13 ["r"]=>
|
/PHP-7.4/ext/date/tests/ |
H A D | bug45866.phpt | 9 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 D | proc_open_bug60120.phpt | 27 ['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 D | bug73448.phpt | 22 $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 D | bug61548.phpt | 23 "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",
|