"; $args = func_get_args(); for($i = 0; $i < count($args); $i++) { echo "Passed arguments: {args[$i]}
"; } } func_dynamic(5, 4, 3, 2, 1, 0); ?>