Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-8.2/ext/standard/tests/file/
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_variation32.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
53 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_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_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);
H A Dfscanf_variation26.phpt46 // rewind the file so that for every foreach iteration the file pointer starts from bof
47 rewind($file_handle);
/PHP-8.2/ext/standard/tests/filters/
H A Dbasic.phpt13 rewind($fp);
/PHP-8.2/Zend/tests/
H A Dbug32674.phpt12 public function rewind(): void {
/PHP-8.2/Zend/tests/generators/
H A Dbug71013.phpt12 function rewind (): void {}
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt42 $iter->rewind();
/PHP-8.2/ext/spl/tests/
H A Ddit_002.phpt30 $obj->rewind();
H A Dbug77903.phpt6 $a->rewind();
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt20 $it->rewind(); //see https://bugs.php.net/bug.php?id=62914
H A Dobserver_006.phpt59 $storage->rewind();
68 $storage->rewind();
H A Diterator_027.phpt47 $it->rewind(); // cleans and reads first element
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt19 rewind($fp);
/PHP-8.2/Zend/
H A Dzend_interfaces.c533 if (iter->funcs->rewind) { in zend_internal_iterator_ensure_rewound()
534 iter->funcs->rewind(iter); in zend_internal_iterator_ensure_rewound()
617 ZEND_METHOD(InternalIterator, rewind) { in ZEND_METHOD() argument
626 if (!intern->iter->funcs->rewind) { in ZEND_METHOD()
637 intern->iter->funcs->rewind(intern->iter); in ZEND_METHOD()
/PHP-8.2/ext/simplexml/
H A Dsimplexml.stub.php58 public function rewind(): void {} function in SimpleXMLElement

Completed in 68 milliseconds

12345678910>>...17