3v4l.org

run code in 300+ PHP versions simultaneously
<?php class SomeClass { public function __construct(Traversable $array) { var_dump ($array); } } new SomeClass(array('one', 'two', 'three')); new SomeClass(new ArrayIterator(array('one', 'two', 'three')));

preferences:
36.18 ms | 402 KiB | 5 Q