"); printf(suma(2,3,4)); printf("
"); //przekazanie przez nazwę $a=10; $b=12; $c=15; printf("$a + $b + $c = ". suma($a,$b,$c)."
"); ?>