Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/formatter/
H A Dformatter_parse.h22 PHP_FUNCTION( numfmt_parse );
H A Dformatter_parse.c37 PHP_FUNCTION( numfmt_parse ) in PHP_FUNCTION() argument
H A Dformatter_class.c176 PHP_NAMED_FE( parse, ZEND_FN( numfmt_parse ), number_parse_arginfo )
/PHP-5.5/ext/intl/tests/
H A Dformatter_parse.phpt2 numfmt_parse()
H A Dut_common.inc144 … return $GLOBALS['oo-mode'] ? $fmt->parse( $string, $type ) : numfmt_parse( $fmt, $string, $type );
146 …return $GLOBALS['oo-mode'] ? $fmt->parse( $string, $type, $position ) : numfmt_parse( $fmt, $strin…
/PHP-5.5/ext/intl/doc/
H A Dformatter_api.php366 function numfmt_parse($formatter, $string, $type, &$position) {} function
/PHP-5.5/ext/intl/
H A Dphp_intl.c657 PHP_FE( numfmt_parse, numfmt_parse_arginfo )

Completed in 15 milliseconds