Document VT_I8 and VT_UI8 constants

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349176 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-02-08 16:59:04 +00:00
parent cdf5498ad7
commit c7661d7587

View file

@ -149,6 +149,17 @@
</entry>
<entry></entry>
</row>
<row xml:id="constant.vt-i8">
<entry>
<constant>VT_I8</constant>
(<type>integer</type>)
</entry>
<entry>3</entry>
<entry>
8-byte signed integer value.
</entry>
<entry>Available as of PHP 7.0.0 (x64 only).</entry>
</row>
<row xml:id="constant.vt-r4">
<entry>
<constant>VT_R4</constant>
@ -310,6 +321,17 @@
</entry>
<entry></entry>
</row>
<row xml:id="constant.vt-ui8">
<entry>
<constant>VT_UI8</constant>
(<type>integer</type>)
</entry>
<entry>19</entry>
<entry>
8-byte unsigned integer.
</entry>
<entry>Available as of PHP 7.0.0 (x64 only).</entry>
</row>
<row xml:id="constant.vt-int">
<entry>
<constant>VT_INT</constant>