function addup( $a = 32, $b = 32, $c = 32) { $total = $a + $b + $c; echo("$a + $b + $c = $total"); }?> Function Arguments