Searched refs:msgfmt_format (Results 1 – 8 of 8) sorted by relevance
22 PHP_FUNCTION( msgfmt_format );
88 PHP_FUNCTION( msgfmt_format ) in PHP_FUNCTION() argument
147 PHP_NAMED_FE( format, ZEND_FN( msgfmt_format ), arginfo_messageformatter_format )
29 msgfmt_format: not enough parameters: U_ILLEGAL_ARGUMENT_ERROR (1)
2 msgfmt_format()
297 return $GLOBALS['oo-mode'] ? $fmt->format( $args ) : msgfmt_format( $fmt, $args);
129 function msgfmt_format($fmt, $args) {} function
472 PHP_FE( msgfmt_format, arginfo_msgfmt_format )
Completed in 15 milliseconds