Home
last modified time | relevance | path

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

123456789

/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_open-win32-mb0.phpt35 $out .= fread($pipes[1], 1024);
/PHP-7.2/ext/standard/tests/file/
H A Dfread_variation2.phpt2 Test fread() function : usage variations - read some/all chars, write only mode (Bug #42036)
6 Prototype: string fread ( resource $handle [, int $length] );
33 $data_from_file = fread($file_handle, $read_size);
50 echo "*** Testing fread() : usage variations ***\n";
59 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
61 /* open the file using $files_modes and perform fread() on it */
107 *** Testing fread() : usage variations ***
109 -- Testing fread() with file having content of type numeric --
246 -- Testing fread() with file having content of type text --
383 -- Testing fread() with file having content of type text_with_new_line --
[all …]
H A Dfread_variation1.phpt2 Test fread() function : usage variations - read some/all chars, read/write modes
6 Prototype: string fread ( resource $handle [, int $length] );
35 $data_from_file = fread($file_handle, $read_size);
51 echo "*** Testing fread() : usage variations ***\n";
60 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
62 /* open the file using $files_modes and perform fread() on it */
108 *** Testing fread() : usage variations ***
110 -- Testing fread() with file having content of type numeric --
247 -- Testing fread() with file having content of type text --
384 -- Testing fread() with file having content of type text_with_new_line --
[all …]
H A Dbug69442.phpt32 $data = fread($pipe, 999);
H A Dproc_open01.phpt44 $buf = fread($pipes[1], 1024);
H A Dfgets_socket_variation1.phpt41 fread($client, 1);
/PHP-7.2/ext/phar/tests/
H A Dphar_setdefaultstub.phpt173 $L = unpack('V', $a = fread($fp, 4));
181 $last = fread($fp, $read);
302 $data .= @fread($fp, $c);
306 $data .= @fread($fp, 8192);
468 $L = unpack('V', $a = fread($fp, 4));
476 $last = fread($fp, $read);
597 $data .= @fread($fp, $c);
601 $data .= @fread($fp, 8192);
771 $last = fread($fp, $read);
892 $data .= @fread($fp, $c);
[all …]
H A Dphar_createdefaultstub.phpt153 $L = unpack('V', $a = fread($fp, 4));
161 $last = fread($fp, $read);
282 $data .= @fread($fp, $c);
286 $data .= @fread($fp, 8192);
447 $L = unpack('V', $a = fread($fp, 4));
455 $last = fread($fp, $read);
576 $data .= @fread($fp, $c);
580 $data .= @fread($fp, 8192);
757 $last = fread($fp, $read);
878 $data .= @fread($fp, $c);
[all …]
/PHP-7.2/ext/standard/tests/network/
H A Dunixloop.phpt34 $data = fread($socket, 10);
H A Dtcp6loop.phpt41 $data = fread($socket, 10);
/PHP-7.2/ext/standard/tests/streams/
H A Dbug64770.phpt32 $line = fread($pipes[1], 8192);
H A Dbug46024.phpt23 fread($pipes[1], 1);
H A Dbug60602.phpt32 $line = fread($pipes[1], 8192);
H A Dstream_get_meta_data_file_variation5.phpt23 fread($fp, 1);
/PHP-7.2/ext/openssl/tests/
H A Dstreams_crypto_method.phpt24 $in .= fread($client, 2048);
/PHP-7.2/ext/sockets/tests/
H A Dsocket_export_stream-3.phpt38 var_dump(fread($stream, strlen($m)));
H A Dsocket_import_stream-3.phpt37 var_dump(fread($stream, strlen($m)));
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dopenssl.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/PHP-7.2/ext/phar/tests/files/
H A Dinclude_path2.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dnophar.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dopenssl.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/PHP-7.2/ext/standard/tests/filters/
H A Dbug22538.phpt7 fwrite($fout, fread($fin, 4096));
/PHP-7.2/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt14 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/PHP-7.2/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt38 $magic = fread($h, 2);

Completed in 33 milliseconds

123456789