3v4l.org

run code in 300+ PHP versions simultaneously
<?php function unlim_args(){ $arr = func_get_args(); return implode(",",$arr); } echo unlim_args()."\n"; echo unlim_args(1,2,3,4,5)."\n"; echo unlim_args(1,2,3)."\n";

preferences:
35.6 ms | 404 KiB | 5 Q