Home
last modified time | relevance | path

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

123456789

/PHP-8.0/ext/soap/tests/
H A Dbug73037.phpt109 $out .= fread($fp, 1024);
/PHP-8.0/Zend/
H A Dzend_stream.c30 return fread(buf, 1, len, (FILE*)handle); in zend_stream_stdio_reader()
/PHP-8.0/ext/spl/
H A Dspl_directory_arginfo.h320 ZEND_METHOD(SplFileObject, fread);
439 ZEND_ME(SplFileObject, fread, arginfo_class_SplFileObject_fread, ZEND_ACC_PUBLIC)
H A Dspl_directory.c2662 PHP_METHOD(SplFileObject, fread) in PHP_METHOD() argument
/PHP-8.0/ext/gd/libgd/
H A Dgdtest.c401 int got = fread (buf, 1, len, (FILE *) context); in freadWrapper()
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc414 if ($packet = fread($this->_sock, self::HEADER_LEN)) {
425 while ($len && $buf = fread($this->_sock, $len)) {
431 $buf = fread($this->_sock, $resp['paddingLength']);
/PHP-8.0/docs/
H A Dstreams.md18 Streams use a `php_stream*` parameter just as ANSI stdio (fread etc.) use a
40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
/PHP-8.0/ext/standard/tests/file/
H A D005_variation-win32.phpt70 fread($file_read_handle, 10);
/PHP-8.0/
H A Drun-tests.php1284 $line = fread($pipes[1], 8192);
1286 $line = fread($pipes[2], 8192);
1572 $stuff = fread($workerSock, 65536);
H A DNEWS1217 . Fixed bug #71263 (fread() does not report bzip2.decompress errors). (cmb)
1584 . Fixed bug #71417 (fread() does not report zlib.inflate errors). (cmb)
/PHP-8.0/main/streams/
H A Dplain_wrapper.c451 ret = fread(buf, 1, count, data->file); in php_stdiop_read()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php791 function fread($stream, int $length): string|false {} function
H A Dbasic_functions_arginfo.h2551 ZEND_FUNCTION(fread);
3188 ZEND_FE(fread, arginfo_fread)
H A Dfile.c1718 PHPAPI PHP_FUNCTION(fread) in PHP_FUNCTION() argument
/PHP-8.0/ext/curl/
H A Dinterface.c1518 length = fread(data, size, nmemb, t->fp); in curl_read()
/PHP-8.0/ext/gd/
H A Dgd.c1879 while ((b = fread(buf, 1, sizeof(buf), tmp)) > 0) { in _php_image_output()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c6132 *size=fread(lf->buff,1,sizeof(lf->buff),lf->f);
6806 nr=fread(p,sizeof(char),rlen,f);

Completed in 121 milliseconds

123456789