New created Theme leads to malfunctioning Xampp Apache –> functions.php is cause

When developing a theme, you should turn on WP_DEBUG in wp-config.php. It will tell you what the error is.

For your case, it seems a syntax problem which leads to server down, not an apache issue.