3v4l.org

run code in 300+ PHP versions simultaneously
<?php function method(?string ...$args) { var_dump($args); foreach ($args as $line) echo $line . PHP_EOL; } method('1', '2'); method('1'); method();

preferences:
38.43 ms | 404 KiB | 5 Q