Searched refs:numfmt_parse_currency (Results 1 – 7 of 7) sorted by relevance
2 numfmt_parse_currency()
70 …#3 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use numfmt_parse_currency() function…
164 …return $GLOBALS['oo-mode'] ? $fmt->parseCurrency( $string, $currency ) : numfmt_parse_currency( $f…166 …o-mode'] ? $fmt->parseCurrency( $string, $currency, $position ) : numfmt_parse_currency( $fmt, $st…
123 PHP_FUNCTION( numfmt_parse_currency ) in PHP_FUNCTION() argument
87 ZEND_FUNCTION(numfmt_parse_currency);
406 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n… function
881 ZEND_FUNCTION(numfmt_parse_currency);1068 ZEND_FE(numfmt_parse_currency, arginfo_numfmt_parse_currency)
Completed in 16 milliseconds