From 7f44d50501a6a6a3a81c4583c8165b4fbee82c8f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 23 Nov 2009 21:11:37 +0000 Subject: [PATCH] Fixed bug#50173 (Alternative Syntax Else Issue) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291231 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/alternative-syntax.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/language/control-structures/alternative-syntax.xml b/language/control-structures/alternative-syntax.xml index d9781b1a5b..2a5b1784a5 100644 --- a/language/control-structures/alternative-syntax.xml +++ b/language/control-structures/alternative-syntax.xml @@ -51,6 +51,11 @@ endif; + + + Missing the syntax is not supported in the same controle block is not supported. + + See also while, for, and