svn: /phpdoc/ja/trunk/reference/com/ constants.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sat, 08 Feb 2020 00:13:33 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349165
Log:
Fix description of COM error constants
Besides adding docs for the missing `DISP_E_BADINDEX`, we also document that
the values are positive integers on x64 as of PHP 7.0.0.
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-02-07 21:32:23 UTC (rev 349164)
+++ phpdoc/ja/trunk/reference/com/constants.xml 2020-02-08 00:13:33 UTC (rev 349165)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349163 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<chapter xml:id="com.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
@@ -568,7 +569,7 @@
<entry>
ゼロ除算エラー。
</entry>
- <entry></entry>
+ <entry>PHP 7.0.0 以降、x64 における値は <literal>2147614738</literal> です。</entry>
</row>
<row xml:id="constant.disp-e-overflow">
<entry>
@@ -577,10 +578,21 @@
</entry>
<entry>-2147352566</entry>
<entry>
- 期待する形式であたいを表すことができないことを意味するエラー。
+ 期待する形式で値を表すことができないことを意味するエラー。
</entry>
- <entry></entry>
+ <entry>PHP 7.0.0 以降、x64 における値は <literal>2147614730</literal> です。</entry>
</row>
+ <row xml:id="constant.disp-e-badindex">
+ <entry>
+ <constant>DISP_E_BADINDEX</constant>
+ (<type>integer</type>)
+ </entry>
+ <entry>-2147352565</entry>
+ <entry>
+ 配列のインデックスが存在しないことを意味するエラー。
+ </entry>
+ <entry>PHP 7.0.0 以降、x64 における値は <literal>2147614731</literal> です。</entry>
+ </row>
<row xml:id="constant.mk-e-unavailable">
<entry>
<constant>MK_E_UNAVAILABLE</constant>
@@ -591,7 +603,7 @@
iMoniker COM ステータスコード。
その関数が使えないことを表します。
</entry>
- <entry></entry>
+ <entry>PHP 7.0.0 以降、x64 における値は <literal>2147746275</literal> です。</entry>
</row>
</tbody>
</tgroup>