Home
last modified time | relevance | path

Searched refs:fread (Results 51 – 75 of 217) sorted by relevance

123456789

/PHP-8.0/ext/standard/tests/streams/
H A Dtemp_stream_seek.phpt12 var_dump(fread($f, 16));
H A Dbug78662.phpt26 var_dump(fread($f, 100));
H A Dstream_get_meta_data_process_basic.phpt10 $data = fread($handle, 100);
H A Dstream_get_meta_data_socket_variation2.phpt22 fread($client, 1);
30 fread($client, 5);
H A Dbug78902.phpt22 fread($fp, 1);
H A Dbug67626.phpt32 fread($fp, 42);
H A Dstream_get_meta_data_file_variation2.phpt27 fread($fp, 20);
33 fread($fp, 1);
/PHP-8.0/ext/openssl/tests/
H A Dbug48182.phpt25 $data = "Sending bug48182\n" . fread($client, 8192);
45 echo fread($client, 1024);
H A Dbug72333.phpt20 $result = fread($conn, $total);
25 $result = fread($conn, 100000);
/PHP-8.0/ext/standard/tests/filters/
H A Dbug81302.phpt15 $count = strlen(fread($f, 1024));
H A Dbug81294.phpt17 var_dump(urlencode(fread($f, 1024)));
/PHP-8.0/ext/standard/tests/file/
H A Dfread_basic.phpt2 Test fread() function : basic functionality
23 echo "*** Testing fread() basic operations ***\n";
25 test fread with file opened in "r" and "rb" mode only
32 echo "\n-- Testing fread) with file having data of type ". $file_content_type ." --\n";
37 /* open the file using $files_modes and perform fread() on it */
57 $data_from_file=fread($file_handle, 1024);
95 *** Testing fread() basic operations ***
97 -- Testing fread) with file having data of type numeric --
231 -- Testing fread) with file having data of type text --
365 -- Testing fread) with file having data of type text_with_new_line --
[all …]
H A Dbug27619.phpt11 echo fread($fp, 4);
H A Dbug81145.phpt41 echo (fread($f1,0x200) === fread($f2,0x200) ? "Identical" : "Copy failed");
/PHP-8.0/ext/pdo_oci/tests/
H A Dbug46274_2.phpt52 var_dump(fread($row[0], 1024));
57 var_dump(fread($row[0], 1024));
/PHP-8.0/ext/phar/tests/
H A Drefcount1.phpt28 var_dump(fread($b, 20));
33 var_dump(fread($b, 20));
/PHP-8.0/ext/standard/tests/network/
H A Dbug20134.phpt17 $content = fread($fp, 40);
H A Dudp4loop.phpt23 $data = fread($server, 10);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug44667.phpt21 $result = fread($pipes[1], 5);
H A Dproc_open-mb1.phpt30 $out .= fread($pipes[1], 1024);
/PHP-8.0/ext/phar/tests/zip/
H A Drefcount1.phpt36 var_dump(fread($b, 20));
41 var_dump(fread($b, 20));
/PHP-8.0/ext/zlib/tests/
H A Dbug67724.phpt15 for ($i = 0; !feof($f); $i += strlen(fread($f, 0x1000)))
/PHP-8.0/sapi/cli/tests/
H A D010.phpt20 var_dump(fread(STDIN, 10));
/PHP-8.0/ext/phar/tests/tar/
H A Dlinks6.phpt17 echo fread($a, 10);
/PHP-8.0/tests/basic/
H A Dbug80384.phpt18 fread($fp, 8 * 1024 * 1024);

Completed in 27 milliseconds

123456789