Searched refs:numfmt_format (Results 1 – 9 of 9) sorted by relevance
22 PHP_FUNCTION( numfmt_format );
33 PHP_FUNCTION( numfmt_format ) in PHP_FUNCTION() argument
174 PHP_NAMED_FE( format, ZEND_FN( numfmt_format ), arginfo_numberformatter_format )
2 numfmt_format() with type conversion
2 numfmt_format() icu <= 4.2
2 numfmt_format() icu >= 4.8
139 …return $GLOBALS['oo-mode'] ? $fmt->format( $number, $type ) : numfmt_format( $fmt, $number, $type …
353 function numfmt_format($formatter, $number, $type = null) {} function
390 PHP_FE( numfmt_format, arginfo_numfmt_format )
Completed in 11 milliseconds