Searched refs:numfmt_parse (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/intl/tests/ |
H A D | formatter_format_and_parse_errors.phpt | 24 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 D | formatter_parse.phpt | 2 numfmt_parse()
|
H A D | ut_common.inc | 152 … 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.0/ext/intl/formatter/ |
H A D | formatter_arginfo.h | 78 ZEND_FUNCTION(numfmt_parse); 98 ZEND_ME_MAPPING(parse, numfmt_parse, arginfo_class_NumberFormatter_parse, ZEND_ACC_PUBLIC)
|
H A D | formatter_parse.c | 31 PHP_FUNCTION( numfmt_parse ) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/intl/ |
H A D | php_intl_arginfo.h | 877 ZEND_FUNCTION(numfmt_parse); 1067 ZEND_FE(numfmt_parse, arginfo_numfmt_parse)
|
H A D | php_intl.stub.php | 216 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE… function
|
Completed in 26 milliseconds