Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 283) sorted by last modified time

12345678910>>...12

/PHP-7.4/
H A DNEWS2249 . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
H A Drun-tests.php1794 if (!feof($fp)) {
1811 while (!feof($fp)) {
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc729 while ($number > 0 || ($number < 0 && !feof($this->outDesc))) {
767 while ($number > 0 || ($number < 0 && !feof($this->outDesc))) {
/PHP-7.4/sapi/cli/tests/
H A Dbug73630.phpt30 while (!feof($fp)) {
H A Dbug66830.phpt25 while (!feof($fp)) {
H A Dbug67429_1.phpt25 while (!feof($fp)) {
H A Dbug67429_2.phpt25 while (!feof($fp)) {
H A Dbug68745.phpt16 while (!feof($fp)) {
H A Dbug70470.phpt24 while (!feof($fp)) {
H A Demptyheader.phpt17 while (!feof($fp)) {
H A Dphp_cli_server_014.phpt27 while (!feof($fp)) {
46 while (!feof($fp)) {
H A Dbug61977.phpt31 while (!feof($fp)) {
H A Dbug65066_100.phpt24 while (!feof($fp)) {
H A Dphp_cli_server_015.phpt28 while (!feof($fp)) {
H A Dbug65066_422.phpt24 while (!feof($fp)) {
H A Dphp_cli_server_016.phpt32 while (!feof($fp)) {
H A Dbug65066_511.phpt24 while (!feof($fp)) {
H A Dphp_cli_server_017.phpt25 while (!feof($fp)) {
/PHP-7.4/main/streams/
H A Dplain_wrapper.c446 stream->eof = feof(data->file); in php_stdiop_read()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt38 while(!feof($p)) {
/PHP-7.4/ext/standard/
H A Dfile.c989 PHPAPI PHP_FUNCTION(feof) in PHP_FUNCTION() argument
H A Dbasic_functions.c3130 PHP_FE(feof, arginfo_feof)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug79984.phpt32 if (feof($this->stream)) {
H A Dbug77069.phpt47 while (!feof($stream)) {
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt60 public function stream_eof() : bool { return \feof($this->stream); }

Completed in 82 milliseconds

12345678910>>...12