3v4l.org

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

preferences:
25 ms | 404 KiB | 5 Q