diff --git a/language/control-structures.xml b/language/control-structures.xml index 8e9987894e..aff08d03b1 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1070,6 +1070,28 @@ default: echo "i is not equal to 0, 1 or 2"; endswitch; ?> +]]> + + + + + Its possible to use a semicolon insted of a colon after a case like: + + + ]]>