svn: /phpdoc/ja/trunk/language/ operators.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Wed, 15 Apr 2020 21:30:32 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349663

Log:
Operator Precedence - Add `print`, fix associativity of `instanceof` and unary operators

Patch provided by Guilliam Xavier.

Changed paths:
    U   phpdoc/ja/trunk/language/operators.xml

Modified: phpdoc/ja/trunk/language/operators.xml
===================================================================
--- phpdoc/ja/trunk/language/operators.xml	2020-04-15 21:26:07 UTC (rev 349662)
+++ phpdoc/ja/trunk/language/operators.xml	2020-04-15 21:30:32 UTC (rev 349663)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349236 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349661 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa,mumumu -->
  <chapter xml:id="language.operators" xmlns="http://docbook.org/ns/docbook">
   <title>演算子</title>
@@ -77,7 +77,7 @@
       </thead>
       <tbody>
        <row>
-        <entry>結合しない</entry>
+        <entry>(n/a)</entry>
         <entry>
          <literal>clone</literal>
          <literal>new</literal>
@@ -90,7 +90,7 @@
         <entry><link linkend="language.operators.arithmetic">代数演算子</link></entry>
        </row>
        <row>
-        <entry>right</entry>
+        <entry>(n/a)</entry>
         <entry>
          <literal>++</literal>
          <literal>--</literal>
@@ -108,7 +108,7 @@
         </entry>
        </row>
        <row>
-        <entry>結合しない</entry>
+        <entry>left</entry>
         <entry><literal>instanceof</literal></entry>
         <entry>
          <link linkend="language.types">型</link>
@@ -115,7 +115,7 @@
         </entry>
        </row>
        <row>
-        <entry>right</entry>
+        <entry>(n/a)</entry>
         <entry><literal>!</literal></entry>
         <entry>
          <link linkend="language.operators.logical">論理演算子</link>
@@ -251,7 +251,7 @@
         </entry>
        </row>
        <row>
-        <entry>right</entry>
+        <entry>(n/a)</entry>
         <entry><literal>yield from</literal></entry>
         <entry>
          <link linkend="control-structures.yield.from">yield from</link>
@@ -258,7 +258,7 @@
         </entry>
        </row>
        <row>
-        <entry>right</entry>
+        <entry>(n/a)</entry>
         <entry><literal>yield</literal></entry>
         <entry>
          <link linkend="control-structures.yield">yield</link>
@@ -265,6 +265,11 @@
         </entry>
        </row>
        <row>
+        <entry>(n/a)</entry>
+        <entry><literal>print</literal></entry>
+        <entry><function>print</function></entry>
+       </row>
+       <row>
         <entry>left</entry>
         <entry><literal>and</literal></entry>
         <entry>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.