Home
last modified time | relevance | path

Searched refs:rewind (Results 251 – 275 of 419) sorted by relevance

1...<<11121314151617

/PHP-8.3/ext/spl/tests/
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
H A Dbug73423.phpt25 public Function rewind(): void
H A Dbug80111.phpt51 $s->rewind();
/PHP-8.3/ext/standard/tests/file/
H A Dfscanf_variation26.phpt46 // rewind the file so that for every foreach iteration the file pointer starts from bof
47 rewind($file_handle);
H A Dbug27508.phpt65 rewind($fp);
H A Dfscanf_variation54.phpt50 rewind($file_handle);
H A Dfgets_variation1.phpt28 // rewind the file pointer to beginning of the file
29 var_dump( rewind($file_handle) );
H A Dfgetc_variation3.phpt32 // rewind the file pointer to beginning of the file
33 var_dump( rewind($file_handle) );
/PHP-8.3/ext/simplexml/
H A Dsimplexml.stub.php58 public function rewind(): void {} function in SimpleXMLElement
H A Dsimplexml_arginfo.h120 ZEND_METHOD(SimpleXMLElement, rewind);
152 ZEND_ME(SimpleXMLElement, rewind, arginfo_class_SimpleXMLElement_rewind, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/simplexml/tests/
H A Dsxe_003.phpt46 for ($sxe->rewind(); $sxe->valid(); $sxe->next()) {
/PHP-8.3/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt13 rewind( $fp );
H A Dvfprintf_variation1.phpt32 rewind( $fp );
/PHP-8.3/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt34 rewind($f);
/PHP-8.3/ext/spl/
H A Dspl_directory_arginfo.h311 ZEND_METHOD(DirectoryIterator, rewind);
318 ZEND_METHOD(FilesystemIterator, rewind);
335 ZEND_METHOD(SplFileObject, rewind);
410 ZEND_ME(DirectoryIterator, rewind, arginfo_class_DirectoryIterator_rewind, ZEND_ACC_PUBLIC)
423 ZEND_ME(FilesystemIterator, rewind, arginfo_class_FilesystemIterator_rewind, ZEND_ACC_PUBLIC)
453 ZEND_ME(SplFileObject, rewind, arginfo_class_SplFileObject_rewind, ZEND_ACC_PUBLIC)
H A Dspl_dllist_arginfo.h103 ZEND_METHOD(SplDoublyLinkedList, rewind);
132 ZEND_ME(SplDoublyLinkedList, rewind, arginfo_class_SplDoublyLinkedList_rewind, ZEND_ACC_PUBLIC)
H A Dspl_array.stub.php223 public function rewind(): void {} function in ArrayIterator
/PHP-8.3/ext/pdo_odbc/tests/
H A Dgh9372.phpt36 rewind($stream);
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt15 public function rewind(): void {}
/PHP-8.3/ext/date/tests/
H A DDatePeriod_IteratorAggregate.phpt25 $iter->rewind();
/PHP-8.3/ext/standard/tests/array/
H A Dend_64bit.phpt54 // remove last element from array, rewind and check end()
61 // remove any element !first, !last, rewind and check end()
/PHP-8.3/ext/phar/tests/
H A Dphar_oo_007.phpt39 var_dump($f->rewind());
H A Dphar_oo_008.phpt51 $v->rewind();

Completed in 38 milliseconds

1...<<11121314151617