Home
last modified time | relevance | path

Searched refs:pointer (Results 226 – 250 of 381) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation19.phpt13 * Description: Open a file or a URL and return a file pointer
H A Dfpassthru_basic.phpt7 Description: Reads to EOF on the given file pointer from the current position
H A Dfgetss_variation2.phpt9 Description: Gets line from file pointer and strip HTML tags
49 // rewind the file pointer to beginning of the file
62 var_dump( ftell($file_handle) ); // check the file pointer position
H A Dfgetcsv_variation18.phpt7 Description: Gets line from file pointer and parse for CSV fields
58 // else rewind the file pointer to beginning of the file
63 // rewind the file pointer to bof
75 // check the file pointer position and if eof
H A Dfscanf_variation35.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation4.phpt56 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation47.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation10.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation29.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation41.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A D007_error.phpt13 Description: Closes an open file pointer
16 Description: Returns TRUE if the file pointer is at EOF or an error occurs
H A Dfeof_basic.phpt8 * Description: Test for end-of-file on a file pointer
H A Dfscanf_variation19.phpt56 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation22.phpt59 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation7.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation13.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation16.phpt59 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation32.phpt57 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation38.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation44.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation50.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfgetcsv_variation15.phpt7 Description: Gets line from file pointer and parse for CSV fields
56 // else rewind the file pointer to beginning of the file
61 // rewind the file pointer to bof
70 // check the file pointer position and if eof
H A Dfgetcsv_variation16.phpt7 Description: Gets line from file pointer and parse for CSV fields
58 // else rewind the file pointer to beginning of the file
63 // rewind the file pointer to bof
74 // check the file pointer position and if eof
/PHP-7.4/ext/standard/tests/array/
H A Deach_variation2.phpt7 * and advance the pointer to the next element
/PHP-7.4/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 32 milliseconds

12345678910>>...16