3v4l.org

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

preferences:
38.41 ms | 402 KiB | 5 Q