Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dformatter_format_and_parse_errors.phpt24 numfmt_parse($o, $str, -20);
46 numfmt_parse($o, $str, NumberFormatter::TYPE_CURRENCY);
60 numfmt_parse(): Argument #3 ($type) must be a NumberFormatter::TYPE_* constant
70 numfmt_parse(): Argument #3 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use numfmt_p…
H A Dformatter_parse.phpt2 numfmt_parse()
H A Dut_common.inc152 … return $GLOBALS['oo-mode'] ? $fmt->parse( $string, $type ) : numfmt_parse( $fmt, $string, $type );
154 …return $GLOBALS['oo-mode'] ? $fmt->parse( $string, $type, $position ) : numfmt_parse( $fmt, $strin…
/php-src/ext/intl/formatter/
H A Dformatter_parse.c31 PHP_FUNCTION( numfmt_parse ) in PHP_FUNCTION() argument
H A Dformatter_arginfo.h85 ZEND_FUNCTION(numfmt_parse);
/php-src/ext/intl/
H A Dphp_intl.stub.php398 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE… function
H A Dphp_intl_arginfo.h887 ZEND_FUNCTION(numfmt_parse);
1080 ZEND_FE(numfmt_parse, arginfo_numfmt_parse)

Completed in 23 milliseconds