Home
last modified time | relevance | path

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

/PHP-8.2/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
64 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-8.2/ext/intl/formatter/
H A Dformatter_parse.c31 PHP_FUNCTION( numfmt_parse ) in PHP_FUNCTION() argument
H A Dformatter_arginfo.h86 ZEND_FUNCTION(numfmt_parse);
106 ZEND_ME_MAPPING(parse, numfmt_parse, arginfo_class_NumberFormatter_parse, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/intl/
H A Dphp_intl_arginfo.h877 ZEND_FUNCTION(numfmt_parse);
1067 ZEND_FE(numfmt_parse, arginfo_numfmt_parse)
H A Dphp_intl.stub.php396 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE… function

Completed in 21 milliseconds