From: Christoph M. Becker Date: Tue, 6 Mar 2018 12:22:39 +0000 (+0100) Subject: [ci skip] Fix reference notation in protos X-Git-Tag: php-7.3.0alpha1~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a98eb1ec2cf710e1c6e9b5ec319b699022aa68bd;p=php [ci skip] Fix reference notation in protos --- diff --git a/ext/intl/formatter/formatter_parse.c b/ext/intl/formatter/formatter_parse.c index e5aff11456..73909f5b9a 100644 --- a/ext/intl/formatter/formatter_parse.c +++ b/ext/intl/formatter/formatter_parse.c @@ -118,9 +118,9 @@ PHP_FUNCTION( numfmt_parse ) } /* }}} */ -/* {{{ proto float NumberFormatter::parseCurrency( string $str, string $¤cy[, int $&position] ) +/* {{{ proto float NumberFormatter::parseCurrency( string $str, string &$currency[, int &$position] ) * Parse a number as currency. }}} */ -/* {{{ proto float numfmt_parse_currency( NumberFormatter $nf, string $str, string $¤cy[, int $&position] ) +/* {{{ proto float numfmt_parse_currency( NumberFormatter $nf, string $str, string &$currency[, int &$position] ) * Parse a number as currency. */ PHP_FUNCTION( numfmt_parse_currency )