Home
last modified time | relevance | path

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

123456789

/php-src/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-src/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);
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt23 fread($fp, 1);
H A Dbug77069.phpt48 $output .= fread($stream, 16);
H A Dbug46024.phpt27 fread($pipes[1], 1);
H A Dproc_open_bug64438.phpt54 $data = fread($pipe, 8192);
/php-src/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt8 $a = fread($fp,8192);
H A Dstreams_crypto_method.phpt27 $in .= fread($client, 2048);
H A Dbug65538_001.phpt28 $in .= fread($client, 2048);
H A Dbug65538_003.phpt33 $in .= fread($client, 2048);
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_sockets2.phpt21 if (false === ($chunk = @fread($pipe, 8192))) {
H A Dproc_nice_basic-win.phpt35 $t .= fread($p, 1024);
/php-src/ext/standard/tests/file/
H A Dproc_open01.phpt44 $buf = fread($pipes[1], 1024);
H A Dfgets_socket_variation1.phpt41 fread($client, 1);
H A Dbug27508.phpt19 return fread($this->fp, $count);
H A Dfgets_socket_variation2.phpt56 fread($client, 1);
/php-src/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt34 $magic = fread($h, 2);
/php-src/sapi/phpdbg/
H A Dcreate-test.php76 if ("" != $in = fread(STDIN, 1024)) {
/php-src/ext/gd/libgd/
H A Dgd_io_file.c91 return fread(buf, 1, size, fctx->f); in fileGetbuf()
/php-src/ext/standard/tests/network/
H A Dtcp6loop.phpt43 $data = fread($socket, 10);
H A Dudp6loop.phpt43 $data = fread($server, 10);
/php-src/ext/standard/tests/filters/
H A Dread.phpt30 echo fread($f, 8192);
/php-src/ext/standard/
H A Dfile.h27 PHPAPI PHP_FUNCTION(fread);

Completed in 25 milliseconds

123456789