Home
last modified time | relevance | path

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

/PHP-8.1/ext/gettext/
H A Dgettext.c201 char *msgid1, *msgid2, *msgstr; in PHP_FUNCTION() local
205 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2_len, &cou… in PHP_FUNCTION()
212 msgstr = ngettext(msgid1, msgid2, count); in PHP_FUNCTION()
224 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION() local
229 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) { in PHP_FUNCTION()
237 msgstr = dngettext(domain, msgid1, msgid2, count); in PHP_FUNCTION()
249 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION() local
256 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_FUNCTION()
264 msgstr = dcngettext(domain, msgid1, msgid2, count, category); in PHP_FUNCTION()

Completed in 6 milliseconds