svn: /phpdoc/de/trunk/language/ operators.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sat, 28 Oct 2017 21:50:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=343329
Log:
Document some missing operators
Unfortunately, the translation has not even an EN-Revision tag…
Changed paths:
U phpdoc/de/trunk/language/operators.xml
Modified: phpdoc/de/trunk/language/operators.xml
===================================================================
--- phpdoc/de/trunk/language/operators.xml 2017-10-28 21:35:49 UTC (rev 343328)
+++ phpdoc/de/trunk/language/operators.xml 2017-10-28 21:50:43 UTC (rev 343329)
@@ -68,11 +68,27 @@
</row>
<row>
<entry>rechts</entry>
+ <entry>**</entry>
+ </row>
+ <row>
+ <entry>rechts</entry>
<entry>
- ! ~ ++ -- (int) (float) (string) (array) (object) @
+ ~ ++ -- (int) (float) (string) (array) (object) @
</entry>
</row>
<row>
+ <entry>keine Richtung</entry>
+ <entry>
+ instanceof
+ </entry>
+ </row>
+ <row>
+ <entry>rechts</entry>
+ <entry>
+ !
+ </entry>
+ </row>
+ <row>
<entry>links</entry>
<entry>* / %</entry>
</row>