<?php function f($x, $y) { print_r( compact(…func_get_args() ) ); } f("x", "y");
You have javascript disabled. You will not be able to edit any code.