Lines Matching refs:pointer

2 Test fgets() function : usage variations - read when file pointer at EOF
13 Description: Gets a line from file pointer
44 echo "-- fgets() with file pointer pointing at EOF --\n";
46 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
47 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
51 var_dump( ftell($file_handle) ); // file pointer position
52 var_dump( feof($file_handle) ); // ensure thta file pointer is at eof
69 -- fgets() with file pointer pointing at EOF --
77 -- fgets() with file pointer pointing at EOF --
85 -- fgets() with file pointer pointing at EOF --
93 -- fgets() with file pointer pointing at EOF --
103 -- fgets() with file pointer pointing at EOF --
111 -- fgets() with file pointer pointing at EOF --
119 -- fgets() with file pointer pointing at EOF --
127 -- fgets() with file pointer pointing at EOF --
137 -- fgets() with file pointer pointing at EOF --
145 -- fgets() with file pointer pointing at EOF --
153 -- fgets() with file pointer pointing at EOF --
161 -- fgets() with file pointer pointing at EOF --
171 -- fgets() with file pointer pointing at EOF --
179 -- fgets() with file pointer pointing at EOF --
187 -- fgets() with file pointer pointing at EOF --
195 -- fgets() with file pointer pointing at EOF --
205 -- fgets() with file pointer pointing at EOF --
213 -- fgets() with file pointer pointing at EOF --
221 -- fgets() with file pointer pointing at EOF --
229 -- fgets() with file pointer pointing at EOF --
239 -- fgets() with file pointer pointing at EOF --
247 -- fgets() with file pointer pointing at EOF --
255 -- fgets() with file pointer pointing at EOF --
263 -- fgets() with file pointer pointing at EOF --
273 -- fgets() with file pointer pointing at EOF --
281 -- fgets() with file pointer pointing at EOF --
289 -- fgets() with file pointer pointing at EOF --
297 -- fgets() with file pointer pointing at EOF --
307 -- fgets() with file pointer pointing at EOF --
315 -- fgets() with file pointer pointing at EOF --
323 -- fgets() with file pointer pointing at EOF --
331 -- fgets() with file pointer pointing at EOF --
341 -- fgets() with file pointer pointing at EOF --
349 -- fgets() with file pointer pointing at EOF --
357 -- fgets() with file pointer pointing at EOF --
365 -- fgets() with file pointer pointing at EOF --