3v4l.org

run code in 300+ PHP versions simultaneously
<?php class IteratorTest extends ArrayIterator{} $something = new StdClass(); $i = new IteratorTest(); $i[] = $something; var_dump($i); $other = new StdClass(); $c = new StdClass(); $c[] = $other; var_dump($c);

preferences:
38.05 ms | 402 KiB | 5 Q