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');130 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'131 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'154 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'155 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'156 'msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES'159 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'160 'msgfmt_create: error converting pattern to UTF-16: U_INVALID_CHAR_FOUND'[all …]
66 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
106 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR'
305 …return $GLOBALS['oo-mode'] ? MessageFormatter::create( $locale, $pattern ) : msgfmt_create( $local…
46 ZEND_FUNCTION(msgfmt_create);60 …ZEND_ME_MAPPING(create, msgfmt_create, arginfo_class_MessageFormatter_create, ZEND_ACC_PUBLIC|ZEND…
104 PHP_FUNCTION( msgfmt_create ) in PHP_FUNCTION() argument
920 ZEND_FUNCTION(msgfmt_create);1110 ZEND_FE(msgfmt_create, arginfo_msgfmt_create)
318 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {} function
Completed in 15 milliseconds