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
52 // rewind the file pointer to beginning of the file
58 echo "-- Reading when file pointer points to EOF --\n";
59 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
60 var_dump( ftell($file_handle) ); //ensure file pointer at end
63 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
68 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
88 -- Reading when file pointer points to EOF --
103 -- Reading when file pointer points to EOF --
118 -- Reading when file pointer points to EOF --
133 -- Reading when file pointer points to EOF --
148 -- Reading when file pointer points to EOF --
163 -- Reading when file pointer points to EOF --
178 -- Reading when file pointer points to EOF --
193 -- Reading when file pointer points to EOF --
208 -- Reading when file pointer points to EOF --