diff --git a/reference/strings/functions/money-format.xml b/reference/strings/functions/money-format.xml index 757cd42744..80fb458a8d 100644 --- a/reference/strings/functions/money-format.xml +++ b/reference/strings/functions/money-format.xml @@ -1,5 +1,5 @@ - + money_format @@ -224,6 +224,8 @@ Returns the formatted string. Characters before and after the formatting string will be returned unchanged. + Non-numeric number causes returning &null; and + emitting E_WARNING.