Title: PHP 7.3 &#8220;continue&#8221; error
Last modified: August 20, 2019

---

# PHP 7.3 “continue” error

 *  Resolved [penhtech](https://wordpress.org/support/users/penhtech/)
 * (@penhtech)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/php-7-3-continue-error/)
 * This plugin generates the following warnings when used with PHP 7.3:
 * Warning: “continue” targeting switch is equivalent to “break”. Did you mean to
   use “continue 2”? in /srv/www/easylanguages.com/current/web/app/plugins/cf7-grid-
   layout/public/class-cf7-grid-layout-public.php on line 1099
 * Warning: “continue” targeting switch is equivalent to “break”. Did you mean to
   use “continue 2”? in /srv/www/easylanguages.com/current/web/app/plugins/cf7-grid-
   layout/public/class-cf7-grid-layout-public.php on line 1512
 * After looking at the code, it seems clear that “continue 2” is what is needed,
   so I made that change to my local copy and it is working as expected. It would
   be great if you could also make the change in your code for your next update.
 * Note: This may also be the root cause of this issue: [https://wordpress.org/support/topic/warning-cannot-modify-header-information-199/](https://wordpress.org/support/topic/warning-cannot-modify-header-information-199/)
    -  This topic was modified 6 years, 12 months ago by [penhtech](https://wordpress.org/support/users/penhtech/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/php-7-3-continue-error/#post-11847933)
 * Hi there,
 * thanks for pointing this out…I wasn’t aware [continue could take a numerical value](https://stackoverflow.com/a/26431162/3596672)
   to indicate which loop level to continue.
 * > After looking at the code, it seems clear that “continue 2” is what is needed,
 * yep, glad to discover this.
 * > so I made that change to my local copy and it is working as expected
 * will update the github [repo](https://github.com/aurovrata/cf7-grid-layout). 
   If you find anything else you might want to improe, feel free to do a PR on the
   repo and I will pull into the next release.
 * cheers,
 * Vrata

Viewing 1 replies (of 1 total)

The topic ‘PHP 7.3 “continue” error’ is closed to new replies.

 * ![](https://ps.w.org/cf7-grid-layout/assets/icon-256x256.png?rev=1834229)
 * [Smart Grid-Layout Design for Contact Form 7](https://wordpress.org/plugins/cf7-grid-layout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-grid-layout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-grid-layout/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-grid-layout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-grid-layout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-grid-layout/reviews/)

## Tags

 * [php7.3](https://wordpress.org/support/topic-tag/php7-3/)

 * 1 reply
 * 2 participants
 * Last reply from: [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * Last activity: [6 years, 12 months ago](https://wordpress.org/support/topic/php-7-3-continue-error/#post-11847933)
 * Status: resolved