svn: /phpdoc/ja/trunk/reference/com/ constants.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Mon, 16 Mar 2020 01:25:28 +0000

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

Log:
Order VT_I* and VT_UI* constants | Fix VT_* constant values

Changed paths:
    U   phpdoc/ja/trunk/reference/com/constants.xml

Modified: phpdoc/ja/trunk/reference/com/constants.xml
===================================================================
--- phpdoc/ja/trunk/reference/com/constants.xml	2020-03-16 01:13:41 UTC (rev 349467)
+++ phpdoc/ja/trunk/reference/com/constants.xml	2020-03-16 01:25:28 UTC (rev 349468)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349176 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349452 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <chapter xml:id="com.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
@@ -117,17 +117,29 @@
      </entry>
      <entry></entry>
     </row>
-    <row xml:id="constant.vt-ui1">
+    <row xml:id="constant.vt-int">
      <entry>
-      <constant>VT_UI1</constant>
+      <constant>VT_INT</constant>
       (<type>integer</type>)
      </entry>
-     <entry>17</entry>
+     <entry>22</entry>
      <entry>
-      1 バイト符号なし整数値。
+      4 バイト符号つき整数値
+      (<constant>VT_I4</constant> と同じ)。
      </entry>
      <entry></entry>
     </row>
+    <row xml:id="constant.vt-i1">
+     <entry>
+      <constant>VT_I1</constant>
+      (<type>integer</type>)
+     </entry>
+     <entry>16</entry>
+     <entry>
+      1 バイト符号つき整数値。
+     </entry>
+     <entry></entry>
+    </row>
     <row xml:id="constant.vt-i2">
      <entry>
       <constant>VT_I2</constant>
@@ -155,12 +167,68 @@
       <constant>VT_I8</constant>
       (<type>integer</type>)
      </entry>
-     <entry>3</entry>
+     <entry>20</entry>
      <entry>
       8 バイト符号つき整数値。
      </entry>
      <entry>PHP 7.0.0 以降で利用可能です(x64 のみ)</entry>
     </row>
+    <row xml:id="constant.vt-uint">
+     <entry>
+      <constant>VT_UINT</constant>
+      (<type>integer</type>)
+     </entry>
+     <entry>23</entry>
+     <entry>
+      4 バイト符号なし整数値
+      (<constant>VT_I4</constant> と同じ)。
+     </entry>
+     <entry></entry>
+    </row>
+    <row xml:id="constant.vt-ui1">
+     <entry>
+      <constant>VT_UI1</constant>
+      (<type>integer</type>)
+     </entry>
+     <entry>17</entry>
+     <entry>
+      1 バイト符号なし整数値。
+     </entry>
+     <entry></entry>
+    </row>
+    <row xml:id="constant.vt-ui2">
+     <entry>
+      <constant>VT_UI2</constant>
+      (<type>integer</type>)
+     </entry>
+     <entry>18</entry>
+     <entry>
+      2 バイト符号なし整数値。
+     </entry>
+     <entry></entry>
+    </row>
+    <row xml:id="constant.vt-ui4">
+     <entry>
+      <constant>VT_UI4</constant>
+      (<type>integer</type>)
+     </entry>
+     <entry>19</entry>
+     <entry>
+      4 バイト符号なし整数値。
+     </entry>
+     <entry></entry>
+    </row>
+    <row xml:id="constant.vt-ui8">
+     <entry>
+      <constant>VT_UI8</constant>
+      (<type>integer</type>)
+     </entry>
+     <entry>21</entry>
+     <entry>
+      8 バイト符号なし整数値。
+     </entry>
+     <entry>PHP 7.0.0 以降で利用可能です(x64 のみ)</entry>
+    </row>
     <row xml:id="constant.vt-r4">
      <entry>
       <constant>VT_R4</constant>
@@ -287,74 +355,6 @@
      </entry>
      <entry></entry>
     </row>
-    <row xml:id="constant.vt-i1">
-     <entry>
-      <constant>VT_I1</constant>
-      (<type>integer</type>)
-     </entry>
-     <entry>16</entry>
-     <entry>
-      1 バイト符号つき整数値。
-     </entry>
-     <entry></entry>
-    </row>
-    <row xml:id="constant.vt-ui2">
-     <entry>
-      <constant>VT_UI2</constant>
-      (<type>integer</type>)
-     </entry>
-     <entry>18</entry>
-     <entry>
-      2 バイト符号なし整数値。
-     </entry>
-     <entry></entry>
-    </row>
-    <row xml:id="constant.vt-ui4">
-     <entry>
-      <constant>VT_UI4</constant>
-      (<type>integer</type>)
-     </entry>
-     <entry>19</entry>
-     <entry>
-      4 バイト符号なし整数値。
-     </entry>
-     <entry></entry>
-    </row>
-    <row xml:id="constant.vt-ui8">
-     <entry>
-      <constant>VT_UI8</constant>
-      (<type>integer</type>)
-     </entry>
-     <entry>19</entry>
-     <entry>
-      8 バイト符号なし整数値。
-     </entry>
-     <entry>PHP 7.0.0 以降で利用可能です(x64 のみ)</entry>
-    </row>
-    <row xml:id="constant.vt-int">
-     <entry>
-      <constant>VT_INT</constant>
-      (<type>integer</type>)
-     </entry>
-     <entry>22</entry>
-     <entry>
-      4 バイト符号つき整数値
-      (<constant>VT_I4</constant> と同じ)。
-     </entry>
-     <entry></entry>
-    </row>
-    <row xml:id="constant.vt-uint">
-     <entry>
-      <constant>VT_UINT</constant>
-      (<type>integer</type>)
-     </entry>
-     <entry>23</entry>
-     <entry>
-      4 バイト符号なし整数値
-      (<constant>VT_I4</constant> と同じ)。
-     </entry>
-     <entry></entry>
-    </row>
     <row xml:id="constant.vt-array">
      <entry>
       <constant>VT_ARRAY</constant>
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.