Home
last modified time | relevance | path

Searched refs:end (Results 451 – 475 of 677) sorted by path

1...<<11121314151617181920>>...28

/PHP-7.4/ext/standard/tests/file/
H A D007_variation7.phpt33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation8.phpt33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A Dfeof_basic.phpt8 * Description: Test for end-of-file on a file pointer
25 //feof is not set to true until you try to read past the end of file.
26 //so fgets will be called even if we are at the end of the file on
57 echo "*** testing feof after a seek to end ***\n";
61 echo "*** testing feof after a seek passed the end ***\n";
94 *** testing feof after a seek to end ***
96 *** testing feof after a seek passed the end ***
H A Dfgetc_basic.phpt50 } // end of for
55 } // end of innerloop for
60 } // end of outerloop for
H A Dfgetc_variation1.phpt32 // seek to end of the file and try fgetc()
H A Dfgetc_variation3.phpt41 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfgetc_variation4.phpt41 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfgetcsv_variation1.phpt85 } //end of mode loop
86 } // end of foreach
H A Dfgetcsv_variation10.phpt10 /* Testing fgetcsv() by reading from a file when the file pointer is pointing to end of file */
73 // now file pointer should point to end of the file, try reading again
88 } //end of mode loop
89 } // end of foreach
H A Dfgetcsv_variation11.phpt88 } //end of mode loop
89 } // end of foreach
H A Dfgetcsv_variation12.phpt86 } //end of mode loop
87 } // end of foreach
H A Dfgetcsv_variation13.phpt62 } //end of mode loop
H A Dfgetcsv_variation14.phpt68 } //end of mode loop
H A Dfgetcsv_variation15.phpt78 } //end of mode loop
79 } // end of foreach
H A Dfgetcsv_variation16.phpt82 } //end of mode loop
83 } // end of foreach
H A Dfgetcsv_variation17.phpt88 } //end of mode loop
89 } // end of foreach
H A Dfgetcsv_variation18.phpt83 } //end of mode loop
84 } // end of foreach
H A Dfgetcsv_variation19.phpt84 } //end of mode loop
85 } // end of foreach
H A Dfgetcsv_variation2.phpt86 } //end of mode loop
87 } // end of foreach
H A Dfgetcsv_variation20.phpt65 } //end of mode loop
H A Dfgetcsv_variation21.phpt65 } //end of mode loop
H A Dfgetcsv_variation22.phpt2 Test fgetcsv() : usage variations - with default enclosure, file pointer pointing at end of file
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***\n";
72 // now file pointer should point to end of the file, try reading again
82 } //end of mode loop
83 } // end of foreach
88 *** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***
H A Dfgetcsv_variation24.phpt88 } //end of mode loop
89 } // end of foreach
H A Dfgetcsv_variation25.phpt88 } //end of mode loop
89 } // end of foreach
H A Dfgetcsv_variation26.phpt74 } //end of mode loop
75 } // end of foreach

Completed in 245 milliseconds

1...<<11121314151617181920>>...28