svn: /phpdoc/de/trunk/language/control-structures/ alternative-syntax.xml
[email protected] ("Carola 'Sammy' Kummert")
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
sammywg Sun, 29 Nov 2009 17:39:35 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291445
Log:
sync with en
Changed paths:
U phpdoc/de/trunk/language/control-structures/alternative-syntax.xml
Modified: phpdoc/de/trunk/language/control-structures/alternative-syntax.xml
===================================================================
--- phpdoc/de/trunk/language/control-structures/alternative-syntax.xml 2009-11-29 17:38:59 UTC (rev 291444)
+++ phpdoc/de/trunk/language/control-structures/alternative-syntax.xml 2009-11-29 17:39:35 UTC (rev 291445)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 291258 Maintainer: sammywg Status: ready -->
<sect1 xml:id="control-structures.alternative-syntax" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Alternative Syntax für Kontrollstrukturen</title>
@@ -52,6 +52,12 @@
</programlisting>
</informalexample>
</para>
+ <note>
+ <para>
+ Das Vermischen unterschiedlicher Schreibweisen im selben Kontrollblock
+ ist nicht unterstützt.
+ </para>
+ </note>
<para>
Siehe auch <link linkend="control-structures.while">while</link>, <link
linkend="control-structures.for">for</link> und <link