Home
last modified time | relevance | path

Searched refs:parseCurrency (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/intl/tests/
H A Dformatter_format_and_parse_errors.phpt73 …nnot be NumberFormatter::TYPE_CURRENCY constant, use NumberFormatter::parseCurrency() method inste…
H A Dut_common.inc164 …return $GLOBALS['oo-mode'] ? $fmt->parseCurrency( $string, $currency ) : numfmt_parse_currency( $f…
166 …return $GLOBALS['oo-mode'] ? $fmt->parseCurrency( $string, $currency, $position ) : numfmt_parse_c…
/php-src/ext/intl/formatter/
H A Dformatter.stub.php221 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {} function in NumberFormatter

Completed in 6 milliseconds