Searched refs:numfmt_parse (Results 1 – 7 of 7) sorted by relevance
/php-src/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 70 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-src/ext/intl/formatter/ |
H A D | formatter_parse.c | 31 PHP_FUNCTION( numfmt_parse ) in PHP_FUNCTION() argument
|
H A D | formatter_arginfo.h | 85 ZEND_FUNCTION(numfmt_parse);
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 398 function numfmt_parse(NumberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE… function
|
H A D | php_intl_arginfo.h | 879 ZEND_FUNCTION(numfmt_parse); 1066 ZEND_FE(numfmt_parse, arginfo_numfmt_parse)
|
Completed in 16 milliseconds