Home
last modified time | relevance | path

Searched refs:rewind (Results 351 – 375 of 419) sorted by relevance

1...<<11121314151617

/PHP-8.3/ext/standard/tests/file/
H A Dfscanf_variation39.phpt67 // rewind the file so that for every foreach iteration the file pointer starts from bof
68 rewind($file_handle);
H A Dfscanf_variation55.phpt71 // rewind the file so that for every foreach iteration the file pointer starts from bof
72 rewind($file_handle);
73 // current file pointer position after rewind operation
H A Dfscanf_variation14.phpt93 // rewind the file so that for every foreach iteration the file pointer starts from bof
94 rewind($file_handle);
H A Dfgetcsv_variation18.phpt57 // else rewind the file pointer to beginning of the file
62 // rewind the file pointer to bof
63 rewind($file_handle);
H A Dfread_variation3-win32-mb.phpt76 rewind($file_handle);
80 rewind($file_handle);
85 rewind($file_handle);
H A Dfread_variation3-win32.phpt76 rewind($file_handle);
80 rewind($file_handle);
85 rewind($file_handle);
H A Dfread_variation3.phpt76 rewind($file_handle);
80 rewind($file_handle);
85 rewind($file_handle);
H A Dfgetcsv_variation12.phpt55 // else rewind the file pointer to beginning of the file
60 // rewind the file pointer to bof
61 rewind($file_handle);
H A Dfgetcsv_variation15.phpt51 // else rewind the file pointer to beginning of the file
56 // rewind the file pointer to bof
57 rewind($file_handle);
H A Dfgetcsv_variation16.phpt53 // else rewind the file pointer to beginning of the file
58 // rewind the file pointer to bof
59 rewind($file_handle);
H A Dfscanf_variation8.phpt79 // rewind the file so that for every foreach iteration the file pointer starts from bof
80 rewind($file_handle);
H A Dfgetcsv_variation19.phpt54 // else rewind the file pointer to beginning of the file
59 // rewind the file pointer to bof
60 rewind($file_handle);
H A Dfgetcsv_variation8.phpt60 // else rewind the file pointer to beginning of the file
65 // rewind the file pointer to bof
66 rewind($file_handle);
H A Dfgetcsv_variation9.phpt63 // else rewind the file pointer to beginning of the file
68 // rewind the file pointer to bof
69 rewind($file_handle);
H A Dfread_variation4.phpt69 rewind($file_handle);
72 rewind($file_handle);
78 rewind($file_handle);
H A Dfgetcsv_variation1.phpt61 // else rewind the file pointer to beginning of the file
66 // rewind the file pointer to bof
67 rewind($file_handle);
H A Dfgetcsv_variation17.phpt53 // else rewind the file pointer to beginning of the file
58 // rewind the file pointer to bof
59 rewind($file_handle);
H A Dfgetcsv_variation2.phpt57 // else rewind the file pointer to beginning of the file
62 // rewind the file pointer to bof
63 rewind($file_handle);
H A Dfgetcsv_variation7.phpt60 // else rewind the file pointer to beginning of the file
65 // rewind the file pointer to bof
66 rewind($file_handle);
H A Dfgets_variation3.phpt35 rewind($file_handle);
44 rewind($file_handle);
/PHP-8.3/tests/classes/
H A Diterators_001.phpt15 function rewind(): void {
/PHP-8.3/ext/spl/tests/
H A Dbug65328.phpt239 public function rewind(): void
H A Dmultiple_iterator_001.phpt70 $m->rewind();
/PHP-8.3/ext/gd/libgd/
H A Dgdtest.c46 rewind (in); in main()
/PHP-8.3/main/streams/
H A Dcast.c284 rewind(*(FILE**)ret); in _php_stream_cast()

Completed in 40 milliseconds

1...<<11121314151617