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