Home
last modified time | relevance | path

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

/php-src/ext/gettext/
H A Dgettext.c216 zend_string *msgid1, *msgid2; in PHP_FUNCTION() local
221 Z_PARAM_STR(msgid2) in PHP_FUNCTION()
226 PHP_GETTEXT_LENGTH_CHECK(2, ZSTR_LEN(msgid2)) 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
247 Z_PARAM_STR(msgid2) in PHP_FUNCTION()
253 PHP_GETTEXT_LENGTH_CHECK(3, ZSTR_LEN(msgid2)) 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
276 Z_PARAM_STR(msgid2) in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds