From 2ec95034912758a84721b54f08392da435b58543 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 31 Aug 2016 11:31:04 +0000 Subject: [PATCH] Fix #72989 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339960 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/intlchar.xml | 29 ++++++++++++++++++++- reference/intl/intlchar/getnumericvalue.xml | 4 ++- 2 files changed, 31 insertions(+), 2 deletions(-) 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.