Home
last modified time | relevance | path

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

123456789

/PHP-8.2/ext/phar/tests/files/
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);
H A Dopenssl256.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 Dopenssl512.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/PHP-8.2/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);
/PHP-8.2/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-8.2/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-8.2/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);
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
/PHP-8.2/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt34 $magic = fread($h, 2);
/PHP-8.2/ext/standard/tests/filters/
H A Dread.phpt30 echo fread($f, 8192);
/PHP-8.2/ext/gd/libgd/
H A Dgd_io_file.c91 return fread(buf, 1, size, fctx->f); in fileGetbuf()
/PHP-8.2/sapi/phpdbg/
H A Dcreate-test.php76 if ("" != $in = fread(STDIN, 1024)) {
/PHP-8.2/ext/standard/tests/network/
H A Dtcp6loop.phpt43 $data = fread($socket, 10);
H A Dudp6loop.phpt43 $data = fread($server, 10);
/PHP-8.2/ext/standard/
H A Dfile.h27 PHPAPI PHP_FUNCTION(fread);

Completed in 29 milliseconds

123456789