3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(1,2,3); $o = new ArrayObject(); $o->exchangeArray($array); $o->offsetSet('somekey', 'some value'); print_R($array);

preferences:
76.53 ms | 402 KiB | 5 Q