diff options
Diffstat (limited to 'ext/intl/formatter/formatter_parse.c')
-rw-r--r-- | ext/intl/formatter/formatter_parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/formatter/formatter_parse.c b/ext/intl/formatter/formatter_parse.c index af0e4c8a64..e5aff11456 100644 --- a/ext/intl/formatter/formatter_parse.c +++ b/ext/intl/formatter/formatter_parse.c @@ -118,9 +118,9 @@ PHP_FUNCTION( numfmt_parse ) } /* }}} */ -/* {{{ proto double NumberFormatter::parseCurrency( string $str, string $¤cy[, int $&position] ) +/* {{{ proto float NumberFormatter::parseCurrency( string $str, string $¤cy[, int $&position] ) * Parse a number as currency. }}} */ -/* {{{ proto double numfmt_parse_currency( NumberFormatter $nf, string $str, string $¤cy[, int $&position] ) +/* {{{ proto float numfmt_parse_currency( NumberFormatter $nf, string $str, string $¤cy[, int $&position] ) * Parse a number as currency. */ PHP_FUNCTION( numfmt_parse_currency ) |