#3242 closed defect (bug) (fixed)
PHP 7.3 Compat: Continue Targeting Switch issues Warning
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | highest omg sweet tea |
Severity: | major | Version: | |
Component: | General | Keywords: | needs-patch |
Cc: |
Description
In [includes/admin/parser.php](https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/parser.php#L225) on lines 225, 237 and 241,
continue statements targeting switch control flow structures will now generate a warning. In PHP such
continue statements are equivalent to break, while they behave as continue 2 in other languages.
Change History (6)
#4
@
6 years ago
@johnjamesjacoby Thanks! Any chance this can make it to an upcoming RC or the current RC?
Version 0, edited 6 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Kunena needed to fix this also.