mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
fb36a81c7e
commit
7f44d50501
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue