Lines Matching refs:pointer
2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
13 Description: Gets line from file pointer and strip HTML tags
55 // rewind the file pointer to beginning of the file
61 echo "-- Reading when file pointer points to EOF --\n";
62 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
63 var_dump( ftell($file_handle) ); //ensure file pointer at end
66 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
71 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
91 -- Reading when file pointer points to EOF --
106 -- Reading when file pointer points to EOF --
121 -- Reading when file pointer points to EOF --
136 -- Reading when file pointer points to EOF --
151 -- Reading when file pointer points to EOF --
166 -- Reading when file pointer points to EOF --
181 -- Reading when file pointer points to EOF --
196 -- Reading when file pointer points to EOF --
211 -- Reading when file pointer points to EOF --