1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 05:21:02 +02:00
Files
archived-php-src/ext/intl/common/common.stub.php
2021-07-06 10:55:43 +02:00

22 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 {}
}