#45641 closed defect (bug) (invalid)
php7.3 compatibility: "continue" targeting switch is equivalent to "break"
Reported by: | f0rdprefect | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.0.1 |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
as shown in #44543 php7.3 requires different usage of continue in switch statements.
even though #44543 is marked as resolved, my wp5.0.1 installation throws exactly this error:
"PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /wp-includes/pomo/plural-forms.php on line 210"
Might have slipped through when adjusting 7.3 compatibility?
Change History (4)
Note: See
TracTickets for help on using
tickets.
see also explanations posted here: https://make.wordpress.org/core/2018/10/15/wordpress-and-php-7-3/