Home
last modified time | relevance | path

Searched refs:pointer (Results 201 – 225 of 335) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/standard/tests/file/
H A Dfscanf_variation35.phpt50 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation4.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation41.phpt50 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation47.phpt50 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfseek_ftell_rewind_basic2.phpt43 // set file pointer to 0
50 var_dump( ftell($file_handle) ); // confirm the file pointer position
51 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt43 // set file pointer to 0
50 var_dump( ftell($file_handle) ); // confirm the file pointer position
51 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_basic2-win32.phpt43 // set file pointer to 0
50 var_dump( ftell($file_handle) ); // confirm the file pointer position
51 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfgetcsv_variation18.phpt6 Description: Gets line from file pointer and parse for CSV fields
57 // else rewind the file pointer to beginning of the file
62 // rewind the file pointer to bof
74 // check the file pointer position and if eof
H A Dfscanf_variation13.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation16.phpt54 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation19.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation22.phpt54 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation25.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation38.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation32.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation44.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation50.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation7.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfwrite_variation3-win32.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
47 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
48 // append the data to the file, starting from current position of the file pointer
H A Dfscanf_variation26.phpt46 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfseek_ftell_rewind_variation4.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
46 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation3.phpt39 var_dump( ftell($file_handle) ); // confirm the file pointer position
40 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation4-win32.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
46 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
/PHP-8.3/docs/
H A Dstreams.md10 pointer.
177 What if your extension needs to access the `FILE*` of a user level file pointer?
294 * `ops` is a pointer to the implementation,
325 `php_stream`. For example, you might need a pointer to some memory for memory
332 use the abstract pointer to refer to it.

Completed in 34 milliseconds

12345678910>>...14