From 3e022e759b3df9084126192f0635c080b197e969 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 12 Jan 2009 15:18:03 +0000 Subject: [PATCH] Wrong types git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273371 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/numberformatter/format-currency.xml | 6 +++--- reference/intl/numberformatter/parse-currency.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/intl/numberformatter/format-currency.xml b/reference/intl/numberformatter/format-currency.xml index 5a12aa4507..a5bbd51889 100755 --- a/reference/intl/numberformatter/format-currency.xml +++ b/reference/intl/numberformatter/format-currency.xml @@ -1,5 +1,5 @@ - + NumberFormatter::formatCurrency @@ -15,7 +15,7 @@ string NumberFormatter::formatCurrency - doublevalue + floatvalue stringcurrency @@ -25,7 +25,7 @@ string numfmt_format_currency NumberFormatterfmt - doublevalue + floatvalue stringcurrency diff --git a/reference/intl/numberformatter/parse-currency.xml b/reference/intl/numberformatter/parse-currency.xml index c20bdc5103..90d76b0fc9 100755 --- a/reference/intl/numberformatter/parse-currency.xml +++ b/reference/intl/numberformatter/parse-currency.xml @@ -1,5 +1,5 @@ - + NumberFormatter::parseCurrency @@ -13,7 +13,7 @@ Object oriented style - double + float NumberFormatter::parseCurrency stringvalue stringcurrency @@ -23,7 +23,7 @@ Procedural style - double + float numfmt_parse_currency NumberFormatterfmt stringvalue