$motto = "There is always another way"; $assumption = "There is a way"; $result = combine($motto, $assumption); print $result;