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