3v4l.org

run code in 300+ PHP versions simultaneously
<?php function &test($v) { $o = new stdClass; $o->test = $v; return $o; } $a = array(); foreach(range(1, 2) as $v) { $o = test($v); array_push($a, $o); var_dump($a); }

preferences:
38.65 ms | 402 KiB | 5 Q