WordPress/wp-includes/pomo
Aaron Jorbin 76ef0432c0 General: PHP7.3 throws an E_WARNING when using continue to target a switch
Applying continue to a switch is equivalent to using break and quite possibly, a continue targeting a higher level control structure is actually intended.

To target the higher level control structure, a numeric argument has to be passed to continue. This fixes two cases in WordPress Core where this is currently happening.

See: https://github.com/php/php-src/pull/3364
See: https://wiki.php.net/rfc/continue_on_switch_deprecation

Props jrf.
Fixes #44543.


Built from https://develop.svn.wordpress.org/trunk@43653


git-svn-id: http://core.svn.wordpress.org/trunk@43482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-09-23 22:50:24 +00:00
..
entry.php I18N: In the POMO library, replace chr() calls for static values with their string representation. 2018-09-12 06:11:26 +00:00
mo.php I18N: In the POMO library, replace chr() calls for static values with their string representation. 2018-09-12 06:11:26 +00:00
plural-forms.php General: PHP7.3 throws an E_WARNING when using continue to target a switch 2018-09-23 22:50:24 +00:00
po.php Docs: Remove @static notations from method DocBlocks in wp-includes/* classes. 2018-02-25 20:22:30 +00:00
streams.php Code is Poetry. 2017-11-30 23:11:00 +00:00
translations.php Code is Poetry. 2017-11-30 23:11:00 +00:00