Home
last modified time | relevance | path

Searched refs:fread (Results 151 – 175 of 217) sorted by relevance

123456789

/PHP-8.0/ext/standard/tests/streams/
H A Dbug77069.phpt48 $output .= fread($stream, 16);
H A Dproc_open_bug64438.phpt54 $data = fread($pipe, 8192);
H A Dstream_get_meta_data_socket_variation4.phpt30 fread($client, 1);
/PHP-8.0/ext/gd/libgd/
H A Dgd_io_file.c91 return fread(buf, 1, size, fctx->f); in fileGetbuf()
/PHP-8.0/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt38 $magic = fread($h, 2);
/PHP-8.0/ext/standard/tests/network/
H A Dtcp6loop.phpt43 $data = fread($socket, 10);
H A Dudp6loop.phpt43 $data = fread($server, 10);
/PHP-8.0/ext/standard/tests/filters/
H A Dread.phpt30 echo fread($f, 8192);
/PHP-8.0/ext/openssl/tests/
H A Dstreams_crypto_method.phpt26 $in .= fread($client, 2048);
H A Dbug65538_001.phpt27 $in .= fread($client, 2048);
H A Dbug65538_003.phpt32 $in .= fread($client, 2048);
/PHP-8.0/sapi/phpdbg/
H A Dcreate-test.php76 if ("" != $in = fread(STDIN, 1024)) {
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt35 $t .= fread($p, 1024);
/PHP-8.0/ext/zlib/
H A Dzlib_arginfo.h157 ZEND_FUNCTION(fread);
190 ZEND_FALIAS(gzread, fread, arginfo_gzread)
/PHP-8.0/ext/standard/tests/file/
H A Dbug60120.phpt60 $data = fread($pipe, 8192);
H A Dfgets_socket_variation2.phpt56 fread($client, 1);
H A D007_variation9.phpt23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation1.phpt23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation17.phpt23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A Dfopen_variation14.phpt53 if (fread($h, 4096) != $readData) {
72 if (fread($h, 4096) != $writeData) {
H A Dfopen_variation15.phpt57 if (fread($h, 4096) != $readData) {
76 if (fread($h, 4096) != $writeData) {
H A D007_variation10.phpt23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation18.phpt23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation2.phpt23 var_dump( fread($file_handle, 100) ); //Check for read operation
/PHP-8.0/ext/standard/
H A Dfile.h27 PHPAPI PHP_FUNCTION(fread);

Completed in 41 milliseconds

123456789