Home
last modified time | relevance | path

Searched refs:feof (Results 176 – 200 of 248) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation39.phpt75 while( !feof($file_handle) ) {
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_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 Duserstreams.phpt294 while(!feof($fp)) {
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_basic2-win32.phpt62 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
H A Dfseek_ftell_rewind_basic1.phpt50 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfscanf_variation55.phpt81 while( !feof($file_handle) ) {
H A Dftruncate_variation1-win32.phpt60 var_dump( feof($file_handle) );
H A Dftruncate_variation1.phpt60 var_dump( feof($file_handle) );
H A Dfgetcsv_variation18.phpt77 var_dump( feof($file_handle) );
H A Dfscanf_variation8.phpt87 while( !feof($file_handle) ) {
H A Dftruncate_variation2.phpt61 var_dump( feof($file_handle) );
/PHP-5.5/
H A Dserver-tests.php577 while (!feof($fd))
1152 while (!feof($fp)) {

Completed in 49 milliseconds

12345678910