Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/ext/intl/formatter/
H A Dformatter.stub.php221 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {} function in NumberFormatter
H A Dformatter_arginfo.h108 …ZEND_ME_MAPPING(parseCurrency, numfmt_parse_currency, arginfo_class_NumberFormatter_parseCurrency,…

Completed in 20 milliseconds