3v4l.org

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

preferences:
56.67 ms | 402 KiB | 5 Q