Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/formatter/
H A Dformatter_parse.h23 PHP_FUNCTION( numfmt_parse_currency );
H A Dformatter_parse.c127 PHP_FUNCTION( numfmt_parse_currency ) in PHP_FUNCTION() argument
H A Dformatter_class.c159 PHP_NAMED_FE( parseCurrency, ZEND_FN( numfmt_parse_currency ), number_parse_currency_arginfo )
/PHP-7.2/ext/intl/tests/
H A Dformatter_parse_currency.phpt2 numfmt_parse_currency()
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-7.2/ext/intl/doc/
H A Dformatter_api.php389 function numfmt_parse_currency($formatter, $string, &$currency, &$position) {} function
/PHP-7.2/ext/intl/
H A Dphp_intl.c649 PHP_FE( numfmt_parse_currency, numfmt_parse_currency_arginfo )

Completed in 24 milliseconds