Home
last modified time | relevance | path

Searched refs:fread (Results 1 – 25 of 209) sorted by last modified time

123456789

/PHP-7.4/ext/gd/
H A Dgd.c2773 while ((b = fread(buf, 1, sizeof(buf), tmp)) > 0) { in _php_image_output()
/PHP-7.4/ext/curl/
H A Dinterface.c1645 length = fread(data, size, nmemb, t->fp); in curl_read()
/PHP-7.4/ext/standard/tests/filters/
H A Dbug81302.phpt15 $count = strlen(fread($f, 1024));
H A Dbug81294.phpt17 var_dump(urlencode(fread($f, 1024)));
/PHP-7.4/ext/standard/tests/file/
H A Dbug81223.phpt13 var_dump(fread($stream2, 5));
15 var_dump(fread($stream2, 4));
20 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
23 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
H A Dbug81145.phpt41 echo (fread($f1,0x200) === fread($f2,0x200) ? "Identical" : "Copy failed");
/PHP-7.4/main/streams/
H A Dplain_wrapper.c444 ret = fread(buf, 1, count, data->file); in php_stdiop_read()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt39 $t .= fread($p, 1024);
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc94 $buf = fread($s, 2048);
119 if (!preg_match('/^PBSZ \d+\r\n$/', $buf = fread($s, 2048))) {
125 $buf = fread($s, 2048);
134 $buf = fread($s, 2048);
157 if (!preg_match('/^PASS (\w+)\r\n$/', $buf = fread($s, 100), $m)) {
178 while($buf = fread($s, 4098)) {
/PHP-7.4/ext/spl/
H A Dspl_directory.c2942 SPL_METHOD(SplFileObject, fread) in SPL_METHOD() argument
3111 SPL_ME(SplFileObject, fread, arginfo_file_object_fread, ZEND_ACC_PUBLIC)
/PHP-7.4/
H A Drun-tests.php1255 $line = fread($pipes[1], 8192);
1257 $line = fread($pipes[2], 8192);
1523 $stuff = fread($workerSock, 65536);
H A DUPGRADING176 . fread() and fwrite() will now return false if the operation failed.
179 . fread() and fwrite() on plain files will now throw a notice on failure,
/PHP-7.4/ext/standard/
H A Dfile.c1783 PHPAPI PHP_FUNCTION(fread) in PHP_FUNCTION() argument
H A Dbasic_functions.c3134 PHP_FE(fread, arginfo_fread)
/PHP-7.4/ext/phar/tests/
H A Dbug70091.phpt17 $data = fread($stream, 8);
21 $data = fread($stream, 8);
25 $data = fread($stream, 10);
29 $data = fread($stream, 10);
H A Dfopen_edgecases2.phpt18 echo fread($a, 1000);
25 echo fread($a, 1000);
/PHP-7.4/tests/basic/
H A Dbug80384.phpt18 fread($fp, 8 * 1024 * 1024);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug77069.phpt48 $output .= fread($stream, 16);
/PHP-7.4/ext/mysqli/tests/
H A D061.phpt27 $buffer = strrev(fread($fp, $buflen));
/PHP-7.4/ext/standard/tests/network/
H A Dtcp6loop.phpt43 $data = fread($socket, 10);
H A Dudp6loop.phpt43 $data = fread($server, 10);
/PHP-7.4/ext/openssl/tests/
H A Dstreams_crypto_method.phpt26 $in .= fread($client, 2048);
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt58 public function stream_read(int $count) : string { return \fread($this->stream, $count); }
/PHP-7.4/Zend/
H A Dzend_stream.c30 return fread(buf, 1, len, (FILE*)handle); in zend_stream_stdio_reader()
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_0.phpt32 var_dump($f, fread($f, 42));

Completed in 83 milliseconds

123456789