3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); function byref_function(&$a, &$b) { } $array = [1, 2]; byref_function(...$array);

preferences:
42.66 ms | 402 KiB | 5 Q