zend_portability: Remove EMPTY_SWITCH_DEFAULT_CASE()
#20063
Merged
Codecov / codecov/project
succeeded
Apr 5, 2026 in 0s
69.20% (+0.19%) compared to 4cc691a
View this Pull Request on Codecov
69.20% (+0.19%) compared to 4cc691a
Details
Codecov Report
❌ Patch coverage is 0% with 127 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.20%. Comparing base (4cc691a) to head (37c36da).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| Zend/zend_compile.c | 0.00% | 18 Missing |
| Zend/zend_ast.c | 0.00% | 13 Missing |
| Zend/zend_operators.c | 0.00% | 10 Missing |
| ext/standard/math.c | 0.00% | 6 Missing |
| Zend/zend_execute.c | 0.00% | 5 Missing |
| ext/bcmath/bcmath.c | 0.00% | 5 Missing |
| ext/pgsql/pgsql.c | 0.00% | 5 Missing |
| Zend/Optimizer/zend_inference.c | 0.00% | 4 Missing |
| ext/date/php_date.c | 0.00% | 4 Missing |
| ext/dom/element.c | 0.00% | 4 Missing |
| ... and 41 more |
Additional details and impacted files
@@ Coverage Diff @@
## master #20063 +/- ##
==========================================
+ Coverage 69.00% 69.20% +0.19%
==========================================
Files 812 812
Lines 297047 297060 +13
Branches 85397 84521 -876
==========================================
+ Hits 204987 205579 +592
- Misses 56636 56760 +124
+ Partials 35424 34721 -703 ☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading