<? function sum($a, $b) { return $a + $b; } function get_service_name() { return "Test Service"; } ?>