Home
last modified time | relevance | path

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

123456789

/PHP-8.2/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-8.2/ext/spl/
H A Dspl_directory.stub.php250 public function fread(int $length): string|false {} function in SplFileObject
H A Dspl_directory_arginfo.h339 ZEND_METHOD(SplFileObject, fread);
457 ZEND_ME(SplFileObject, fread, arginfo_class_SplFileObject_fread, ZEND_ACC_PUBLIC)
H A Dspl_directory.c2637 PHP_METHOD(SplFileObject, fread) in PHP_METHOD() argument
/PHP-8.2/ext/spl/tests/
H A Dbug55701.phpt256 $o->fread(1);
262 $o->fread(1);
/PHP-8.2/ext/soap/tests/
H A Dbug73037.phpt109 $out .= fread($fp, 1024);
/PHP-8.2/Zend/
H A Dzend_stream.c30 return fread(buf, 1, len, (FILE*)handle); in zend_stream_stdio_reader()
/PHP-8.2/ext/gd/libgd/
H A Dgdtest.c401 int got = fread (buf, 1, len, (FILE *) context); in freadWrapper()
/PHP-8.2/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.2/sapi/fpm/tests/
H A Dfcgi.inc176 $result = fread($this->stream, $numBytes);
/PHP-8.2/main/streams/
H A Dplain_wrapper.c462 ret = fread(buf, 1, count, data->file); in php_stdiop_read()
/PHP-8.2/ext/standard/
H A Dfile.c1625 PHPAPI PHP_FUNCTION(fread) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2797 function fread($stream, int $length): string|false {}
H A Dbasic_functions_arginfo.h2650 ZEND_FUNCTION(fread);
3287 ZEND_FE(fread, arginfo_fread)
/PHP-8.2/ext/curl/
H A Dinterface.c824 length = fread(data, size, nmemb, t->fp); in curl_read()
/PHP-8.2/ext/gd/
H A Dgd.c1801 while ((b = fread(buf, 1, sizeof(buf), tmp)) > 0) { in _php_image_output()
/PHP-8.2/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 147 milliseconds

123456789