Home
last modified time | relevance | path

Searched refs:rewind (Results 226 – 250 of 419) sorted by relevance

12345678910>>...17

/PHP-8.3/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt23 rewind( $fp );
H A Dbasic.phpt13 rewind($fp);
H A Dgh13264.phpt20 rewind($stream);
/PHP-8.3/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation1.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, default whence
8 /* Testing fseek(),ftell(),rewind() functions
12 echo "*** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***\n";
21 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
53 *** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***
H A Duserstreams.phpt71 rewind($tf) or die("failed to rewind tmp file!");
243 rewind($tf);
244 rewind($fp);
314 rewind($fp);
H A Dfscanf_variation13.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
48 rewind($file_handle);
H A Dfscanf_variation16.phpt54 // rewind the file so that for every foreach iteration the file pointer starts from bof
55 rewind($file_handle);
H A Dfscanf_variation19.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
52 rewind($file_handle);
H A Dfscanf_variation22.phpt54 // rewind the file so that for every foreach iteration the file pointer starts from bof
55 rewind($file_handle);
H A Dfscanf_variation25.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
52 rewind($file_handle);
H A Dfscanf_variation38.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
48 rewind($file_handle);
H A Dfscanf_variation32.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
53 rewind($file_handle);
H A Dfscanf_variation44.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
48 rewind($file_handle);
H A Dfscanf_variation50.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
48 rewind($file_handle);
H A Dfscanf_variation7.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
48 rewind($file_handle);
H A Dfgetcsv_variation13.phpt34 // else rewind the file pointer to beginning of the file
39 // rewind the file pointer to bof
40 rewind($file_handle);
H A Dfgetcsv_variation14.phpt34 // else rewind the file pointer to beginning of the file
39 // rewind the file pointer to bof
40 rewind($file_handle);
H A Dfgetcsv_variation20.phpt36 // else rewind the file pointer to beginning of the file
41 // rewind the file pointer to bof
42 rewind($file_handle);
/PHP-8.3/Zend/tests/generators/
H A Dbug71013.phpt12 function rewind (): void {}
/PHP-8.3/Zend/tests/
H A Dbug32674.phpt12 public function rewind(): void {
/PHP-8.3/ext/spl/tests/
H A Ddit_002.phpt30 $obj->rewind();
H A Dbug77903.phpt6 $a->rewind();
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt42 $iter->rewind();
/PHP-8.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt19 rewind($fp);
/PHP-8.3/Zend/
H A Dzend_interfaces.c538 if (iter->funcs->rewind) { in zend_internal_iterator_ensure_rewound()
539 iter->funcs->rewind(iter); in zend_internal_iterator_ensure_rewound()
622 ZEND_METHOD(InternalIterator, rewind) { in ZEND_METHOD() argument
631 if (!intern->iter->funcs->rewind) { in ZEND_METHOD()
642 intern->iter->funcs->rewind(intern->iter); in ZEND_METHOD()

Completed in 31 milliseconds

12345678910>>...17