Function call versus declaring variables

Hi,

Which is more feasible and performance driven?

to call a function 10 times in another function or declaring variables for each entry in that function.Thanks in advance.

Regards

Samir

Subject: function call versus declaring variables

Function calls for what the users sees, variables for looping processes in the background.