Home
last modified time | relevance | path

Searched refs:fread (Results 176 – 200 of 204) sorted by relevance

123456789

/PHP-7.2/ext/standard/tests/file/
H A D007_variation4.phpt38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A Dfeof_basic.phpt48 fread($h, 100);
H A D007_variation11-win32-mb.phpt43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
H A D007_variation11.phpt43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
H A D007_variation12-win32.phpt43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A D007_variation12.phpt43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A D007_variation20.phpt38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A Dfopen_variation14-win32.phpt67 if (fread($h, 4096) != $readData) {
86 if (fread($h, 4096) != $writeData) {
H A Dinclude_userstream_003.phpt30 return fread($this->stream, $count);
H A Dfopen_variation15-win32.phpt71 if (fread($h, 4096) != $readData) {
90 if (fread($h, 4096) != $writeData) {
H A D005_variation-win32.phpt92 fread($file_read_handle, 10);
H A D005_variation.phpt95 fread($file_read_handle, 10);
/PHP-7.2/ext/spl/tests/
H A Dbug55701.phpt256 $o->fread(1);
262 $o->fread(1);
/PHP-7.2/ext/soap/tests/
H A Dbug73037.phpt106 $out .= fread($fp, 1024);
/PHP-7.2/ext/gd/libgd/
H A Dgdtest.c401 int got = fread (buf, 1, len, (FILE *) context); in freadWrapper()
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc411 if ($packet = fread($this->_sock, self::HEADER_LEN)) {
416 while ($len && $buf=fread($this->_sock, $len)) {
422 $buf = fread($this->_sock, $resp['paddingLength']);
/PHP-7.2/Zend/
H A Dzend_stream.c54 return fread(buf, 1, len, (FILE*)handle); in zend_stream_stdio_reader()
/PHP-7.2/ext/zip/lib/
H A Dzip_source_filep.c309 if ((i=fread(buf, 1, (size_t)n, ctx->f)) == 0) { in read_file()
/PHP-7.2/
H A Dserver-tests.php198 $line = fread($pipes[1], 8192);
568 $out .= fread($fd, 8192);
H A DREADME.STREAMS23 Streams use a php_stream* parameter just as ANSI stdio (fread etc.) use a
43 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
H A Drun-tests.php1175 $line = fread($pipes[1], 8192);
1177 $line = fread($pipes[2], 8192);
/PHP-7.2/main/streams/
H A Dplain_wrapper.c424 ret = fread(buf, 1, count, data->file); in php_stdiop_read()
/PHP-7.2/ext/zlib/
H A Dzlib.c1397 PHP_FALIAS(gzread, fread, arginfo_gzread)
/PHP-7.2/ext/spl/
H A Dspl_directory.c2930 SPL_METHOD(SplFileObject, fread) in SPL_METHOD() argument
3098 SPL_ME(SplFileObject, fread, arginfo_file_object_fread, ZEND_ACC_PUBLIC)
/PHP-7.2/ext/standard/
H A Dfile.c1795 PHPAPI PHP_FUNCTION(fread) in PHP_FUNCTION() argument

Completed in 131 milliseconds

123456789