From 515b704813a1ffbda52fada356a2fbed0272ad03 Mon Sep 17 00:00:00 2001 From: Pieter Hordijk Date: Tue, 3 Dec 2019 16:40:13 +0000 Subject: [PATCH] Added the 7.3 change to the changelog list -- Provided by anonymous 59531 () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348403 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/continue.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/language/control-structures/continue.xml b/language/control-structures/continue.xml index eb438f048d..e8e8909519 100644 --- a/language/control-structures/continue.xml +++ b/language/control-structures/continue.xml @@ -120,6 +120,13 @@ for ($i = 0; $i < 5; ++$i) { + + 7.3.0 + + continue within a switch that is attempting to act like a break statement for the + switch will trigger an E_WARNING. + + 7.0.0