WordPress/wp-includes/pomo
Sergey Biryukov 3deded1729 General: PHP 7.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.
Merges [43653] to the 5.0 branch.
Fixes #44543.
Built from https://develop.svn.wordpress.org/branches/5.0@43746


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-10-18 03:42:27 +00:00
..
entry.php
mo.php I18N: Introduce a locale-switching function. 2016-10-26 15:36:31 +00:00
plural-forms.php General: PHP 7.3 throws an E_WARNING when using continue to target a switch. 2018-10-18 03:42:27 +00:00
po.php Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors. 2017-10-02 22:03:33 +00:00
streams.php
translations.php I18N: Introduce the Plural_Forms class. 2017-10-04 01:30:46 +00:00