3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(change('shmest', change('test', create()))); function create() { return ['type' => 'smth', 'property' => 'smth too']; } function &change($prop, &$obj) { $obj['property'] = $prop; return $obj; }

preferences:
22.96 ms | 402 KiB | 5 Q