Commit 8746493
committed
Add back a default switch case for setoption handler
We can't use `EMPTY_SWITCH_DEFAULT_CASE` here as the underlying macro
will actually panic, as it calls `ZEND_UNREACHABLE` under the hood.1 parent dc9af52 commit 8746493
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5566 | 5566 | | |
5567 | 5567 | | |
5568 | 5568 | | |
5569 | | - | |
| 5569 | + | |
| 5570 | + | |
| 5571 | + | |
5570 | 5572 | | |
5571 | 5573 | | |
5572 | 5574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6985 | 6985 | | |
6986 | 6986 | | |
6987 | 6987 | | |
| 6988 | + | |
| 6989 | + | |
| 6990 | + | |
| 6991 | + | |
| 6992 | + | |
6988 | 6993 | | |
6989 | 6994 | | |
6990 | 6995 | | |
| |||
0 commit comments