From a79bfb070bb7be24aeea839a86a5b03aa0848305 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 7 Nov 2008 11:55:23 +0000 Subject: [PATCH] Non-numeric number (bug #44156) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268494 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/money-format.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.