--TEST-- IntlTimeZone::createEnumeration(): basic test --SKIPIF-- 300); $tz = intltz_create_enumeration(); var_dump(get_class($tz)); $count2 = count(iterator_to_array($tz)); var_dump($count == $count2); ?> ==DONE== --EXPECT-- string(12) "IntlIterator" bool(true) string(12) "IntlIterator" bool(true) ==DONE==