Home
last modified time | relevance | path

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

123456789

/PHP-7.2/ext/standard/tests/file/
H A Dfread_variation3.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
12 Prototype: string fread ( resource $handle [, int $length] );
37 $data_from_file = fread($file_handle, $read_size);
53 echo "*** Testing fread() : usage variations ***\n";
62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
64 /* open the file using $files_modes and perform fread() on it */
95 // try fread when file pointer at end
113 *** Testing fread() : usage variations ***
115 -- Testing fread() with file having content of type numeric --
243 -- Testing fread() with file having content of type text --
[all …]
H A Dfread_variation4-win32.phpt2 Test fread() function : usage variations - read beyond file size, write only mode
12 Prototype: string fread ( resource $handle [, int $length] );
37 $data_from_file = fread($file_handle, $read_size);
53 echo "*** Testing fread() : usage variations ***\n";
62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
64 /* open the file using $files_modes and perform fread() on it */
93 // try fread when file pointer at end
111 *** Testing fread() : usage variations ***
113 -- Testing fread() with file having content of type numeric --
232 -- Testing fread() with file having content of type text --
[all …]
H A Dfread_variation4.phpt2 Test fread() function : usage variations - read beyond file size, write only mode
12 Prototype: string fread ( resource $handle [, int $length] );
37 $data_from_file = fread($file_handle, $read_size);
53 echo "*** Testing fread() : usage variations ***\n";
62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
64 /* open the file using $files_modes and perform fread() on it */
93 // try fread when file pointer at end
111 *** Testing fread() : usage variations ***
113 -- Testing fread() with file having content of type numeric --
232 -- Testing fread() with file having content of type text --
[all …]
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug44667.phpt21 $result = fread($pipes[1], 5);
/PHP-7.2/ext/phar/tests/zip/
H A Drefcount1.phpt37 var_dump(fread($b, 20));
42 var_dump(fread($b, 20));
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt27 fread($fp, 20);
33 fread($fp, 1);
H A Dstream_get_meta_data_socket_variation1.phpt27 fread($client, 3);
34 fread($client, 1);
H A Dbug67626.phpt32 fread($fp, 42);
H A Dproc_open_bug51800.phpt60 $stdout .= fread($pipes[1], 1024);
64 $stderr .= fread($pipes[2], 1024);
H A Dstream_select_preserve_keys.phpt13 fread(reset($read), 1);
/PHP-7.2/ext/zlib/tests/
H A Dbug67724.phpt15 for ($i = 0; !feof($f); $i += strlen(fread($f, 0x1000)))
H A Dzlib_scheme_copy_variation1.phpt24 $copied_data = fread($h, 4096);
/PHP-7.2/sapi/cli/tests/
H A D010.phpt20 var_dump(fread(STDIN, 10));
/PHP-7.2/ext/standard/tests/network/
H A Dbug20134.phpt17 $content = fread($fp, 40);
H A Dudp4loop.phpt23 $data = fread($server, 10);
H A Dtcp4loop.phpt32 $data = fread($socket, 10);
/PHP-7.2/ext/phar/tests/tar/
H A Dlinks6.phpt17 echo fread($a, 10);
H A Drefcount1.phpt40 var_dump(fread($b, 20));
45 var_dump(fread($b, 20));
/PHP-7.2/ext/curl/tests/
H A Dbug78775.phpt28 var_dump(fread($sock, 8));
/PHP-7.2/ext/xml/tests/
H A Dxml_closures_001.phpt29 while ($data = fread($fp, 4096)) {
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_kartuli_utf8_0.phpt27 var_dump($f, fread($f, 42));
H A Dtest_cp1252_to_utf8_0.phpt27 var_dump($f, fread($f, 42));
H A Dtest_cp1252_to_utf8_3.phpt27 var_dump($f, fread($f, 42));
/PHP-7.2/ext/standard/tests/filters/
H A Dbug35916.phpt33 fread($fp, 1024);
/PHP-7.2/ext/recode/tests/
H A D002.phpt24 echo '#' . ascii2hex(fread($utf_8_file, filesize($utf_8_filepath))) . "#\n";

Completed in 25 milliseconds

123456789