summaryrefslogtreecommitdiff
path: root/ext/intl/common/common.stub.php
blob: dc93c1f35d7c8f8a9317606728c2e2a9d0271b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

/** @generate-class-entries */

class IntlIterator implements Iterator
{
    /** @return mixed */
    public function current() {}

    /** @return mixed */
    public function key() {}

    /** @return void */
    public function next() {}

    /** @return void */
    public function rewind() {}

    /** @return bool */
    public function valid() {}
}