From c7661d7587c65c57ef5dca877ea44342538a54aa Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 8 Feb 2020 16:59:04 +0000 Subject: [PATCH] Document VT_I8 and VT_UI8 constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349176 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/com/constants.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/reference/com/constants.xml b/reference/com/constants.xml index 796316b6cb..954d6b35fe 100644 --- a/reference/com/constants.xml +++ b/reference/com/constants.xml @@ -149,6 +149,17 @@ + + + VT_I8 + (integer) + + 3 + + 8-byte signed integer value. + + Available as of PHP 7.0.0 (x64 only). + VT_R4 @@ -310,6 +321,17 @@ + + + VT_UI8 + (integer) + + 19 + + 8-byte unsigned integer. + + Available as of PHP 7.0.0 (x64 only). + VT_INT