From 6ddf596c9895af62bb05cb974de800b4dea6f529 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 28 Jun 2007 11:02:27 +0000 Subject: [PATCH] default in switch doesn't need to be last git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238780 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 54ff0c1c87..2e2ac1bf51 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -969,8 +969,7 @@ case 3: A special case is the default case. This case matches - anything that wasn't matched by the other cases, and should be the last - case statement. For example: + anything that wasn't matched by the other cases. For example: