Searched refs:msgfmt_format (Results 1 – 10 of 10) sorted by relevance
22 PHP_FUNCTION( msgfmt_format );
69 PHP_FUNCTION( msgfmt_format ) in PHP_FUNCTION() argument
137 PHP_NAMED_FE( format, ZEND_FN( msgfmt_format ), arginfo_messageformatter_format )
129 function msgfmt_format($fmt, $args) {} function
23 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal…
2 msgfmt_format()
2 msgfmt_format() with subpatterns
2 msgfmt_format() with named subpatterns
305 return $GLOBALS['oo-mode'] ? $fmt->format( $args ) : msgfmt_format( $fmt, $args);
704 PHP_FE( msgfmt_format, arginfo_msgfmt_format )
Completed in 25 milliseconds