Title: PHP 7.3 Compatibility
Last modified: December 13, 2018

---

# PHP 7.3 Compatibility

 *  Resolved [Will Presley](https://wordpress.org/support/users/willpresleyev/)
 * (@willpresleyev)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-3-compatibility-2/)
 * PHP 7.3 will now toss out Warnings reading:
 * > “continue” targeting switch is equivalent to “break”. Did you mean to use “
   > continue 2”?
 * In the case of this plugin, it seems that a simple change on Line 387 of a3-lazy-
   load/admin/admin-interface.php from ‘continue’ to ‘continue 2’ will get rid of
   the warning (and likely upcoming error in future PHP versions), and the lazy 
   loading still works as expected (for me).

Viewing 1 replies (of 1 total)

 *  [tobias992](https://wordpress.org/support/users/tobias992/)
 * (@tobias992)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/php-7-3-compatibility-2/#post-11003246)
 * Hello,
    I have the same warning in php7.2. I use System Cronjob for wp-cron.php.
   In my Logs i had seen the same warning message. I changed it to “continue 2” -
   > also working.

Viewing 1 replies (of 1 total)

The topic ‘PHP 7.3 Compatibility’ is closed to new replies.

 * ![](https://ps.w.org/a3-lazy-load/assets/icon.svg?rev=1049979)
 * [a3 Lazy Load](https://wordpress.org/plugins/a3-lazy-load/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a3-lazy-load/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a3-lazy-load/)
 * [Active Topics](https://wordpress.org/support/plugin/a3-lazy-load/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a3-lazy-load/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a3-lazy-load/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [tobias992](https://wordpress.org/support/users/tobias992/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/php-7-3-compatibility-2/#post-11003246)
 * Status: resolved