3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f($one, $two = null, $three = 'two') { var_dump(func_get_args(), array_slice(func_get_args(), 0, func_num_args())); } f('one');

preferences:
30.93 ms | 402 KiB | 5 Q