3v4l.org

run code in 300+ PHP versions simultaneously
<?php function testarray() { return null; } foreach ((array)testarray() as $test) { echo 'loop'; var_dump($test); } echo 'end';

preferences:
74.65 ms | 402 KiB | 5 Q