3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(\ArrayObject $a) { foreach ($a as $b) { var_dump($b); } } test(array('a', 'b'));

preferences:
28.62 ms | 402 KiB | 5 Q