Home
last modified time | relevance | path

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

123456789

/php-src/ext/standard/tests/streams/
H A Dproc_open_bug51800_right2.phpt50 $stdout .= fread($pipes[1], 1024);
51 $stderr .= fread($pipes[2], 1024);
H A Dbug46147.phpt10 echo fread($fp, 5);
H A Dstream_socket_pair.phpt9 var_dump(fread($sockets[1], strlen("foo")));
H A Deagain_is_not_an_error.phpt12 var_dump(fread($sockets[0], 100));
H A Dtemp_stream_seek.phpt12 var_dump(fread($f, 16));
H A Dbug78662.phpt27 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 Dstream_get_meta_data_file_variation2.phpt27 fread($fp, 20);
33 fread($fp, 1);
/php-src/ext/openssl/tests/
H A Dbug48182.phpt26 $data = "Sending bug48182\n" . fread($client, 8192);
46 echo fread($client, 1024);
H A Dbug72333.phpt21 $result = fread($conn, $total);
26 $result = fread($conn, 100000);
/php-src/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 Dbug81145.phpt43 echo (fread($f1,0x200) === fread($f2,0x200) ? "Identical" : "Copy failed");
H A Dgh9441.phpt13 var_dump(fread($input, 10));
H A Dbug27619.phpt11 echo fread($fp, 4);
/php-src/ext/standard/tests/filters/
H A Dbug81302.phpt13 $count = strlen(fread($f, 1024));
H A Dbug81294.phpt15 var_dump(urlencode(fread($f, 1024)));
/php-src/ext/phar/tests/
H A Drefcount1.phpt28 var_dump(fread($b, 20));
33 var_dump(fread($b, 20));
/php-src/ext/phar/tests/zip/
H A Drefcount1.phpt36 var_dump(fread($b, 20));
41 var_dump(fread($b, 20));
/php-src/ext/phar/tests/tar/
H A Dlinks6.phpt15 echo fread($a, 10);
H A Drefcount1.phpt39 var_dump(fread($b, 20));
44 var_dump(fread($b, 20));
/php-src/ext/standard/tests/general_functions/
H A Dbug44667.phpt21 $result = fread($pipes[1], 5);
/php-src/ext/curl/tests/
H A Dbug78775.phpt30 var_dump(fread($sock, 8));
/php-src/ext/standard/tests/network/
H A Dbug20134.phpt19 $content = fread($fp, 40);

Completed in 20 milliseconds

123456789