Home
last modified time | relevance | path

Searched refs:fread (Results 126 – 150 of 209) sorted by relevance

123456789

/PHP-7.4/ext/standard/tests/streams/
H A Dbug60602.phpt32 $line = fread($pipes[1], 8192);
H A Dstream_get_meta_data_file_variation5.phpt23 fread($fp, 1);
H A Dbug77069.phpt48 $output .= fread($stream, 16);
/PHP-7.4/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt14 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/PHP-7.4/ext/standard/tests/file/
H A Dbug69442.phpt32 $data = fread($pipe, 999);
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 Dproc_open01.phpt44 $buf = fread($pipes[1], 1024);
H A Dbug27508.phpt18 return fread($this->fp, $count);
H A Dfgets_socket_variation1.phpt41 fread($client, 1);
H A D007_variation11-win32-mb.phpt43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
72 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32.phpt43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
70 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11.phpt43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
70 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation19.phpt38 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
65 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation3.phpt38 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
65 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-7.4/ext/standard/tests/filters/
H A Dbug22538.phpt7 fwrite($fout, fread($fin, 4096));
H A Dread.phpt30 echo fread($f, 8192);
/PHP-7.4/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.4/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.4/ext/gd/libgd/
H A Dgd_io_file.c91 return fread(buf, 1, size, fctx->f); in fileGetbuf()
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt38 $magic = fread($h, 2);
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt8 $a = fread($fp,8192);
/PHP-7.4/sapi/phpdbg/
H A Dcreate-test.php78 if ("" != $in = fread(STDIN, 1024)) {

Completed in 30 milliseconds

123456789