diff --git a/reference/com/constants.xml b/reference/com/constants.xml
index 0ff5fb499a..796316b6cb 100644
--- a/reference/com/constants.xml
+++ b/reference/com/constants.xml
@@ -569,7 +569,7 @@
A return error that indicates a divide by zero error.
-
+ As of PHP 7.0.0, the value is 2147614738 on x64.
@@ -581,7 +581,18 @@
An error that indicates that a value could not be coerced to
its expected representation.
-
+ As of PHP 7.0.0, the value is 2147614730 on x64.
+
+
+
+ DISP_E_BADINDEX
+ (integer)
+
+ -2147352565
+
+ An error that indicates that an array index does not exist.
+
+ As of PHP 7.0.0, the value is 2147614731 on x64.
@@ -593,7 +604,7 @@
iMoniker COM status code, return on errors where the function call
failed due to unavailability.
-
+ As of PHP 7.0.0, the value is 2147746275 on x64.