Home
last modified time | relevance | path

Searched refs:numfmt_parse_currency (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/intl/tests/
H A Dformatter_parse_currency.phpt2 numfmt_parse_currency()
H A Dformatter_format_and_parse_errors.phpt70 …#3 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use numfmt_parse_currency() function…
H A Dut_common.inc164 …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…
/php-src/ext/intl/formatter/
H A Dformatter_parse.c123 PHP_FUNCTION( numfmt_parse_currency ) in PHP_FUNCTION() argument
H A Dformatter_arginfo.h87 ZEND_FUNCTION(numfmt_parse_currency);
/php-src/ext/intl/
H A Dphp_intl.stub.php406 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n… function
H A Dphp_intl_arginfo.h881 ZEND_FUNCTION(numfmt_parse_currency);
1068 ZEND_FE(numfmt_parse_currency, arginfo_numfmt_parse_currency)

Completed in 16 milliseconds