Имена участников (разделяйте запятой).
<?php function my_function() { return 'Hello'; } $fname = 'my_function'; echo $fname(); ?>