3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(array... $args) { var_dump($args); } test(); test([0], [1], [2]); test([0], [1], 2); ?>

preferences:
41.59 ms | 402 KiB | 5 Q