<?php
namespace pkg3;

interface pkg3FooI extends Iterator {
    
}