Home
last modified time | relevance | path

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

123456789

/php-src/ext/openssl/tests/
H A Dgh13860.phpt36 fread($fp, 2);
39 while (!($in = fread($fp, 2))) {
/php-src/ext/curl/
H A Dinterface.c768 length = fread(data, size, nmemb, read_handler->fp); in curl_read()
/php-src/ext/curl/tests/
H A Dcurl_read_callback.phpt12 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/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 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)
H A Dfile.c1625 PHPAPI PHP_FUNCTION(fread) in PHP_FUNCTION() argument
/php-src/ext/spl/
H A Dspl_directory.c2643 PHP_METHOD(SplFileObject, fread) in PHP_METHOD() argument
H A Dspl_directory_arginfo.h338 ZEND_METHOD(SplFileObject, fread);
450 ZEND_ME(SplFileObject, fread, arginfo_class_SplFileObject_fread, ZEND_ACC_PUBLIC)
/php-src/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt59 public function stream_read(int $count) : string { return \fread($this->stream, $count); }
/php-src/ext/zlib/tests/
H A Dbug71417.phpt2 Bug #71417: fread() does not report zlib.inflate errors
55 $s = fread($r, 100);
73 Notice: fread(): zlib: data error in %s on line %d
83 Notice: fread(): zlib: data error in %s on line %d
89 Notice: fread(): zlib: data error in %s on line %d
/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/ext/standard/tests/general_functions/
H A Dproc_open_sockets1.phpt42 $chunk = @fread($pipe, 8192);
/php-src/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt37 var_dump(strlen(fread($f, 10000)));
44 var_dump(strlen(fread($f, 250)));
46 var_dump(strlen(fread($f, 50)));
48 var_dump(strlen(fread($f, 50)));
/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);
/php-src/sapi/fpm/tests/
H A Dfcgi.inc176 $result = fread($this->stream, $numBytes);
/php-src/ext/standard/tests/image/
H A Dbug75708.phpt16 return fread($this->handle, $count);
/php-src/ext/standard/tests/file/
H A D007_variation2.phpt23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation21.phpt24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
45 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation22.phpt24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
H A D007_variation23.phpt24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
43 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation24.phpt24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
H A D007_variation3.phpt27 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
55 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d

Completed in 109 milliseconds

123456789