Fixed bug#50173 (Alternative Syntax Else Issue)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291231 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2009-11-23 21:11:37 +00:00
parent fb36a81c7e
commit 7f44d50501

View file

@ -51,6 +51,11 @@ endif;
</programlisting>
</informalexample>
</para>
<note>
<para>
Missing the syntax is not supported in the same controle block is not supported.
</para>
</note>
<para>
See also <link linkend="control-structures.while">while</link>,
<link linkend="control-structures.for">for</link>, and <link