3v4l.org

run code in 300+ PHP versions simultaneously
<?php function t(string ...$args) { var_dump($args); } function wrapperForT(string ...$args) { t($args); } wrapperForT('one', 'two', 'three');

preferences:
47.7 ms | 402 KiB | 5 Q