$val) { $output .= "{$val['type']} {$val['descr']} {$val['default']} "; } $output .= ') '; foreach ($throws as $key => $val) { $output .= "{$val['type']} {$val['descr']} "; } return $output; } } ?>