Commit 308050769c7 for php.net

commit 308050769c7c77a1bbeb16db688d213c65c89568
Author: Tim Düsterhus <tim@bastelstu.be>
Date:   Mon Apr 6 14:49:48 2026 +0200

    Drop `EMPTY_SWITCH_DEFAULT_CASE()` exclusion from `build/Makefile.gcov`

diff --git a/build/Makefile.gcov b/build/Makefile.gcov
index a1ae17a373e..d24ada44b7a 100644
--- a/build/Makefile.gcov
+++ b/build/Makefile.gcov
@@ -30,7 +30,6 @@ GCOVR_EXCLUDES = \

 GCOVR_EXCLUDE_LINES_BY_PATTERNS = \
 	'.*\b(ZEND_PARSE_PARAMETERS_(START|END|NONE)|Z_PARAM_).*' \
-	'\s*EMPTY_SWITCH_DEFAULT_CASE\(\)(;)?\s*' \
 	'\s*ZEND_UNREACHABLE\(\);\s*'

 lcov: lcov-html