<?php function bar($xxx = true){ echo "number of args" . func_num_args() ."\n"; } bar();
You have javascript disabled. You will not be able to edit any code.