Searched refs:numfmt_parse (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/intl/formatter/ |
H A D | formatter_parse.h | 22 PHP_FUNCTION( numfmt_parse );
|
H A D | formatter_parse.c | 37 PHP_FUNCTION( numfmt_parse ) in PHP_FUNCTION() argument
|
H A D | formatter_class.c | 164 PHP_NAMED_FE( parse, ZEND_FN( numfmt_parse ), number_parse_arginfo )
|
/PHP-7.0/ext/intl/tests/ |
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-7.0/ext/intl/doc/ |
H A D | formatter_api.php | 366 function numfmt_parse($formatter, $string, $type, &$position) {} function
|
/PHP-7.0/ext/intl/ |
H A D | php_intl.c | 663 PHP_FE( numfmt_parse, numfmt_parse_arginfo )
|
Completed in 14 milliseconds