3v4l.org

run code in 300+ PHP versions simultaneously
<?php function derp($dont,$show,$these) { $args = func_get_args(); if (count($args) > 3) { $args = array_slice($args,3); print_R($args); } echo "no args"; } derp('dont','show','these','show','these');

preferences:
48.09 ms | 402 KiB | 5 Q