Home
last modified time | relevance | path

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

123456789

/PHP-7.4/
H A Drun-tests.php1255 $line = fread($pipes[1], 8192);
1257 $line = fread($pipes[2], 8192);
1523 $stuff = fread($workerSock, 65536);
H A DUPGRADING176 . fread() and fwrite() will now return false if the operation failed.
179 . fread() and fwrite() on plain files will now throw a notice on failure,
/PHP-7.4/ext/zlib/
H A Dzlib.c1397 PHP_FALIAS(gzread, fread, arginfo_gzread)
/PHP-7.4/main/streams/
H A Dplain_wrapper.c444 ret = fread(buf, 1, count, data->file); in php_stdiop_read()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2942 SPL_METHOD(SplFileObject, fread) in SPL_METHOD() argument
3111 SPL_ME(SplFileObject, fread, arginfo_file_object_fread, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/standard/
H A Dfile.c1783 PHPAPI PHP_FUNCTION(fread) in PHP_FUNCTION() argument
H A Dbasic_functions.c3134 PHP_FE(fread, arginfo_fread)
/PHP-7.4/ext/curl/
H A Dinterface.c1645 length = fread(data, size, nmemb, t->fp); in curl_read()
/PHP-7.4/ext/gd/
H A Dgd.c2773 while ((b = fread(buf, 1, sizeof(buf), tmp)) > 0) { in _php_image_output()

Completed in 76 milliseconds

123456789