mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
9658d9ada4
Signed-off-by: George Peter Banyard <girgias@php.net>
15 lines
247 B
PHP
15 lines
247 B
PHP
<?php
|
|
|
|
/**
|
|
* @generate-class-entries static
|
|
* @undocumentable
|
|
*/
|
|
|
|
namespace ZendTest\Iterators;
|
|
|
|
final class TraversableTest implements \IteratorAggregate
|
|
{
|
|
public function __construct() {}
|
|
public function getIterator(): \Iterator {}
|
|
}
|