Home
last modified time | relevance | path

Searched refs:fread (Results 101 – 125 of 217) sorted by relevance

123456789

/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1254_0.phpt32 var_dump($f, fread($f, 42));
H A Dtest_cp1254_to_utf8_0.phpt29 var_dump($f, fread($f, 42));
H A Dtest_cp1255_0.phpt32 var_dump($f, fread($f, 42));
H A Dtest_cp1256_0.phpt32 var_dump($f, fread($f, 42));
H A Dtest_cp936_0.phpt32 var_dump($f, fread($f, 42));
H A Dtest_cp936_to_utf8_0.phpt29 var_dump($f, fread($f, 42));
H A Dtest_eucjp_to_utf8_0.phpt29 var_dump($f, fread($f, 42));
H A Dtest_cp1250_to_utf8_3.phpt29 var_dump($f, fread($f, 42));
H A Dtest_cp932_0.phpt32 var_dump($f, fread($f, 42));
H A Dtest_cp932_to_utf8_0.phpt29 var_dump($f, fread($f, 42));
/PHP-8.0/ext/standard/tests/file/
H A D007_variation13-win32.phpt29 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
49 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
49 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_variation23.phpt24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
42 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation7.phpt24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
42 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation15.phpt33 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
51 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-8.0/ext/standard/tests/network/
H A Dudgloop.phpt28 $data = fread($server, 10);
H A Dunixloop.phpt34 $data = fread($socket, 10);
/PHP-8.0/ext/standard/tests/streams/
H A Dbug44818.phpt9 var_dump(fseek($fd, 0, SEEK_SET), fread($fd, 3));
H A Dbug64770.phpt32 $line = fread($pipes[1], 8192);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open_sockets1.phpt38 $chunk = @fread($pipe, 8192);
H A Dproc_open_sockets3.phpt21 if (false === ($chunk = @fread($pipe, 8192))) {
/PHP-8.0/ext/openssl/tests/
H A Dbug74159.phpt35 $buffer = fread($client, 8192);
50 return strlen(fread($stream, 8192));

Completed in 31 milliseconds

123456789