3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { var $test = 'test'; } $test = array(new Test()); foreach ($test as $t) { $t->test = 'nope'; } var_dump($test);

preferences:
36.53 ms | 402 KiB | 5 Q