Searched refs:msgfmt_create (Results 1 – 8 of 8) sorted by relevance
39 return msgfmt_create($l, $s);65 $fmt = msgfmt_create();86 $fmt = msgfmt_create('en');134 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'139 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'166 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'167 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'168 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'171 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'172 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'[all …]
106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
66 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
305 …return $GLOBALS['oo-mode'] ? MessageFormatter::create( $locale, $pattern ) : msgfmt_create( $local…
50 ZEND_FUNCTION(msgfmt_create);
107 PHP_FUNCTION( msgfmt_create ) in PHP_FUNCTION() argument
506 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {} function
923 ZEND_FUNCTION(msgfmt_create);1110 ZEND_FE(msgfmt_create, arginfo_msgfmt_create)
Completed in 22 milliseconds