3v4l.org

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

preferences:
43.97 ms | 402 KiB | 5 Q