php-src/ext/intl/common/common.stub.php
2021-07-06 10:55:43 +02:00

21 lines
443 B
PHP

<?php
/** @generate-class-entries */
class IntlIterator implements Iterator
{
/** @tentative-return-type */
public function current(): mixed {}
/** @tentative-return-type */
public function key(): mixed {}
/** @tentative-return-type */
public function next(): void {}
/** @tentative-return-type */
public function rewind(): void {}
/** @tentative-return-type */
public function valid(): bool {}
}