Searched refs:parseCurrency (Results 1 – 4 of 4) sorted by relevance
40 public function parseCurrency(string $string, &$currency, &$offset = null) {} function in NumberFormatter
100 …ZEND_ME_MAPPING(parseCurrency, numfmt_parse_currency, arginfo_class_NumberFormatter_parseCurrency,…
65 …nnot be NumberFormatter::TYPE_CURRENCY constant, use NumberFormatter::parseCurrency() method inste…
164 …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…
Completed in 9 milliseconds