Home
last modified time | relevance | path

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

123456789

/php-src/ext/standard/tests/file/
H A D007_variation4.phpt27 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A D007_variation12-win32.phpt32 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A D007_variation12.phpt32 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A D007_variation20.phpt27 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A Dfopen_variation14-win32.phpt61 if (fread($h, 4096) != $readData) {
80 if (fread($h, 4096) != $writeData) {
H A Dfopen_variation15-win32.phpt65 if (fread($h, 4096) != $readData) {
84 if (fread($h, 4096) != $writeData) {
H A Dinclude_userstream_003.phpt31 return fread($this->stream, $count);
H A D005_variation-win32.phpt71 fread($file_read_handle, 10);
/php-src/ext/spl/
H A Dspl_directory.stub.php250 public function fread(int $length): string|false {} function in SplFileObject
H A Dspl_directory_arginfo.h338 ZEND_METHOD(SplFileObject, fread);
450 ZEND_ME(SplFileObject, fread, arginfo_class_SplFileObject_fread, ZEND_ACC_PUBLIC)
H A Dspl_directory.c2643 PHP_METHOD(SplFileObject, fread) in PHP_METHOD() argument
/php-src/ext/spl/tests/
H A Dbug55701.phpt256 $o->fread(1);
262 $o->fread(1);
/php-src/ext/soap/tests/
H A Dbug73037.phpt109 $out .= fread($fp, 1024);
/php-src/Zend/
H A Dzend_stream.c30 return fread(buf, 1, len, (FILE*)handle); in zend_stream_stdio_reader()
/php-src/ext/gd/libgd/
H A Dgdtest.c401 int got = fread (buf, 1, len, (FILE *) context); in freadWrapper()
/php-src/ext/zlib/
H A Dzlib_arginfo.h156 ZEND_FUNCTION(fread);
/php-src/docs-old/
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-src/sapi/fpm/tests/
H A Dfcgi.inc176 $result = fread($this->stream, $numBytes);
/php-src/main/streams/
H A Dplain_wrapper.c459 ret = fread(buf, 1, count, data->file); in php_stdiop_read()
/php-src/ext/standard/
H A Dfile.c1625 PHPAPI PHP_FUNCTION(fread) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2795 function fread($stream, int $length): string|false {}
H A Dbasic_functions_arginfo.h2648 ZEND_FUNCTION(fread);
3284 ZEND_FE(fread, arginfo_fread)
/php-src/ext/curl/
H A Dinterface.c768 length = fread(data, size, nmemb, read_handler->fp); in curl_read()
/php-src/ext/gd/
H A Dgd.c1801 while ((b = fread(buf, 1, sizeof(buf), tmp)) > 0) { in _php_image_output()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6133 *size=fread(lf->buff,1,sizeof(lf->buff),lf->f);
6807 nr=fread(p,sizeof(char),rlen,f);

Completed in 110 milliseconds

123456789