Home
last modified time | relevance | path

Searched refs:fread (Results 76 – 100 of 225) sorted by relevance

123456789

/php-src/ext/standard/tests/network/
H A Dudp4loop.phpt23 $data = fread($server, 10);
H A Dtcp4loop.phpt32 $data = fread($socket, 10);
/php-src/ext/zlib/tests/
H A Dbug67724.phpt17 for ($i = 0; !feof($f); $i += strlen(fread($f, 0x1000)))
H A Dzlib_scheme_copy_variation1.phpt20 $copied_data = fread($h, 4096);
/php-src/ext/standard/tests/streams/
H A Dgh11418.phpt26 echo fread($fp, 3);
H A Dbug67626.phpt34 fread($fp, 42);
H A Dstream_get_meta_data_socket_variation1.phpt27 fread($client, 3);
34 fread($client, 1);
H A Dstream_select_preserve_keys.phpt13 fread(reset($read), 1);
/php-src/tests/basic/
H A Dbug80384.phpt18 fread($fp, 8 * 1024 * 1024);
/php-src/sapi/cli/tests/
H A D010.phpt22 var_dump(fread(STDIN, 10));
/php-src/ext/standard/tests/file/
H A D007_variation21.phpt24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
45 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation5.phpt24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
45 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfread_variation3-win32-mb.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
29 $data_from_file = fread($file_handle, $read_size);
45 echo "*** Testing fread() : usage variations ***\n";
54 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
56 /* open the file using $files_modes and perform fread() on it */
87 // try fread when file pointer at end
105 *** Testing fread() : usage variations ***
107 -- Testing fread() with file having content of type numeric --
235 -- Testing fread() with file having content of type text --
363 -- Testing fread() with file having content of type text_with_new_line --
H A Dfread_variation3-win32.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
29 $data_from_file = fread($file_handle, $read_size);
45 echo "*** Testing fread() : usage variations ***\n";
54 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
56 /* open the file using $files_modes and perform fread() on it */
87 // try fread when file pointer at end
105 *** Testing fread() : usage variations ***
107 -- Testing fread() with file having content of type numeric --
235 -- Testing fread() with file having content of type text --
363 -- Testing fread() with file having content of type text_with_new_line --
H A Dfread_variation3.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
29 $data_from_file = fread($file_handle, $read_size);
45 echo "*** Testing fread() : usage variations ***\n";
54 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
56 /* open the file using $files_modes and perform fread() on it */
87 // try fread when file pointer at end
105 *** Testing fread() : usage variations ***
107 -- Testing fread() with file having content of type numeric --
235 -- Testing fread() with file having content of type text --
363 -- Testing fread() with file having content of type text_with_new_line --
H A D007_variation13-win32.phpt29 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
50 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation13.phpt29 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
50 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/php-src/ext/standard/tests/general_functions/
H A Dproc_open-mb1.phpt31 $out .= fread($pipes[1], 1024);
H A Dproc_open-mb0.phpt34 $out .= fread($pipes[1], 1024);
/php-src/ext/xml/tests/
H A Dxml_closures_001.phpt29 while ($data = fread($fp, 4096)) {
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_to_utf8_0.phpt29 var_dump($f, fread($f, 42));
H A Dtest_cp1255_to_utf8_0.phpt29 var_dump($f, fread($f, 42));
H A Dtest_cp1256_to_utf8_0.phpt29 var_dump($f, fread($f, 42));
H A Dtest_kartuli_utf8_0.phpt29 var_dump($f, fread($f, 42));
/php-src/ext/ftp/tests/
H A Dftp_nb_get_large.phpt28 var_dump(fread($fp, 1));

Completed in 23 milliseconds

123456789