xref: /PHP-8.0/ext/intl/common/common.stub.php (revision f00bcfbb)
1<?php
2
3/** @generate-function-entries */
4
5class IntlIterator implements Iterator
6{
7    /** @return mixed */
8    public function current() {}
9
10    /** @return mixed */
11    public function key() {}
12
13    /** @return void */
14    public function next() {}
15
16    /** @return void */
17    public function rewind() {}
18
19    /** @return bool */
20    public function valid() {}
21}
22