Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/formatter/
H A Dformatter_parse.h23 PHP_FUNCTION( numfmt_parse_currency );
H A Dformatter_parse.c122 PHP_FUNCTION( numfmt_parse_currency ) in PHP_FUNCTION() argument
H A Dformatter_class.c177 PHP_NAMED_FE( parseCurrency, ZEND_FN( numfmt_parse_currency ), number_parse_currency_arginfo )
/PHP-5.3/ext/intl/tests/
H A Dformatter_parse_currency.phpt2 numfmt_parse_currency()
H A Dut_common.inc156 …return $GLOBALS['oo-mode'] ? $fmt->parseCurrency( $string, $currency ) : numfmt_parse_currency( $f…
158 …o-mode'] ? $fmt->parseCurrency( $string, $currency, $position ) : numfmt_parse_currency( $fmt, $st…
/PHP-5.3/ext/intl/doc/
H A Dformatter_api.php389 function numfmt_parse_currency($formatter, $string, &$currency, &$position) {} function
/PHP-5.3/ext/intl/
H A Dphp_intl.c393 PHP_FE( numfmt_parse_currency, numfmt_parse_currency_arginfo )

Completed in 12 milliseconds