Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/formatter/
H A Dformatter_parse.h22 PHP_FUNCTION( numfmt_parse );
H A Dformatter_parse.c38 PHP_FUNCTION( numfmt_parse ) in PHP_FUNCTION() argument
H A Dformatter_class.c157 PHP_NAMED_FE( parse, ZEND_FN( numfmt_parse ), number_parse_arginfo )
/PHP-7.3/ext/intl/tests/
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-7.3/ext/intl/
H A Dphp_intl.c652 PHP_FE( numfmt_parse, numfmt_parse_arginfo )

Completed in 18 milliseconds