Lines Matching refs:pointer
2 Test fgetss() function : usage variations - read modes, file pointer at EOF
12 Description: Gets line from file pointer and strip HTML tags
50 // rewind the file pointer to beginning of the file
56 echo "-- Reading when file pointer points to EOF --\n";
57 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
58 var_dump( ftell($file_handle) ); //ensure file pointer at end
61 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
66 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
84 -- Reading when file pointer points to EOF --
99 -- Reading when file pointer points to EOF --
114 -- Reading when file pointer points to EOF --
129 -- Reading when file pointer points to EOF --
144 -- Reading when file pointer points to EOF --
159 -- Reading when file pointer points to EOF --