Home
last modified time | relevance | path

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

/PHP-8.0/ext/gettext/
H A Dgettext.c203 char *msgid1, *msgid2, *msgstr; in PHP_FUNCTION() local
207 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2_len, &cou… in PHP_FUNCTION()
214 msgstr = ngettext(msgid1, msgid2, count); in PHP_FUNCTION()
226 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION() local
231 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) { in PHP_FUNCTION()
239 msgstr = dngettext(domain, msgid1, msgid2, count); in PHP_FUNCTION()
251 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION() local
258 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_FUNCTION()
266 msgstr = dcngettext(domain, msgid1, msgid2, count, category); in PHP_FUNCTION()

Completed in 242 milliseconds