Home
last modified time | relevance | path

Searched refs:msgid1 (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/gettext/
H A Dgettext.c216 zend_string *msgid1, *msgid2; in PHP_FUNCTION() local
220 Z_PARAM_STR(msgid1) in PHP_FUNCTION()
225 PHP_GETTEXT_LENGTH_CHECK(1, ZSTR_LEN(msgid1)) in PHP_FUNCTION()
228 msgstr = ngettext(ZSTR_VAL(msgid1), ZSTR_VAL(msgid2), count); in PHP_FUNCTION()
241 zend_string *domain, *msgid1, *msgid2; in PHP_FUNCTION() local
246 Z_PARAM_STR(msgid1) in PHP_FUNCTION()
252 PHP_GETTEXT_LENGTH_CHECK(2, ZSTR_LEN(msgid1)) in PHP_FUNCTION()
255 msgstr = dngettext(ZSTR_VAL(domain), ZSTR_VAL(msgid1), ZSTR_VAL(msgid2), count); in PHP_FUNCTION()
268 zend_string *domain, *msgid1, *msgid2; in PHP_FUNCTION() local
275 Z_PARAM_STR(msgid1) in PHP_FUNCTION()
[all …]

Completed in 4 milliseconds