mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] Fix reference notation in protos
This commit is contained in:
parent
b47b3596ef
commit
a98eb1ec2c
1 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue