Home
last modified time | relevance | path

Searched refs:feof (Results 201 – 225 of 281) sorted by relevance

12345678910>>...12

/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation45.phpt69 while( !feof($file_handle) ) {
H A Dfscanf_variation9.phpt76 while( !feof($file_handle) ) {
H A Dfseek_ftell_rewind_variation1.phpt49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation3.phpt50 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation4-win32.phpt56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation4.phpt56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation6-win32.phpt56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation6.phpt56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation7.phpt49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation8-win32.phpt57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation8.phpt57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation2-win32.phpt58 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation2.phpt58 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfread_variation2.phpt29 var_dump( feof($file_handle) );
44 var_dump( feof($file_handle) );
H A Dfscanf_variation14.phpt97 while( !feof($file_handle) ) {
H A Dfgetcsv_variation17.phpt76 var_dump( feof($file_handle) );
82 var_dump( feof($file_handle) );
H A Dfread_variation1.phpt31 var_dump( feof($file_handle) );
46 var_dump( feof($file_handle) );
H A Dfgetcsv_variation26.phpt68 var_dump( feof($file_handle) );
H A Dfputcsv_variation14.phpt70 var_dump( feof($file_handle) );
H A Dfseek_ftell_rewind_basic1.phpt50 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_basic2-win32.phpt61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_basic2.phpt61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
/PHP-7.3/
H A Dserver-tests.php567 while (!feof($fd))
1139 while (!feof($fp)) {
/PHP-7.3/sapi/fpm/tests/
H A Dtester.inc610 while ($number > 0 || ($number < 0 && !feof($this->outDesc))) {
648 while ($number > 0 || ($number < 0 && !feof($this->outDesc))) {

Completed in 33 milliseconds

12345678910>>...12