3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(&$v) { $v = 7; } $args = [[1]]; $argsCopy = $args; test(...$args[0]); var_dump($argsCopy[0]);

preferences:
25.5 ms | 404 KiB | 5 Q