diff --git a/reference/intl/intlchar.xml b/reference/intl/intlchar.xml
index 18230fe82e..e7dc602592 100644
--- a/reference/intl/intlchar.xml
+++ b/reference/intl/intlchar.xml
@@ -3679,7 +3679,11 @@
IntlChar::NO_NUMERIC_VALUE
- Special value that is returned by IntlChar::getNumericValue when no numeric value is defined for a code point.
+
+ Special value that is returned by
+ IntlChar::getNumericValue when no numeric value
+ is defined for a code point.
+
@@ -7880,6 +7884,29 @@
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 7.0.6
+
+ The IntlChar::NO_NUMERIC_VALUE constant was added.
+
+
+
+
+
+
+
diff --git a/reference/intl/intlchar/getnumericvalue.xml b/reference/intl/intlchar/getnumericvalue.xml
index 9c314a63f9..d7a5e2abdd 100644
--- a/reference/intl/intlchar/getnumericvalue.xml
+++ b/reference/intl/intlchar/getnumericvalue.xml
@@ -38,7 +38,9 @@
&reftitle.returnvalues;
Numeric value of codepoint,
- or IntlChar::NO_NUMERIC_VALUE if none is defined.
+ or IntlChar::NO_NUMERIC_VALUE if none is defined. This
+ constant was added in PHP 7.0.6, prior to this version the literal value
+ (float)-123456789 may be used instead.