Searched refs:msgid2 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/gettext/ |
H A D | gettext.c | 205 char *msgid1, *msgid2, *msgstr; in PHP_FUNCTION() local 209 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2_len, &cou… in PHP_FUNCTION() 216 msgstr = ngettext(msgid1, msgid2, count); in PHP_FUNCTION() 228 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION() local 233 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) { in PHP_FUNCTION() 241 msgstr = dngettext(domain, msgid1, msgid2, count); in PHP_FUNCTION() 253 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION() local 260 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_FUNCTION() 271 msgstr = dcngettext(domain, msgid1, msgid2, count, category); in PHP_FUNCTION()
|
Completed in 4 milliseconds