Lines Matching refs:msgid2
61 ZEND_ARG_INFO(0, msgid2)
70 ZEND_ARG_INFO(0, msgid2)
79 ZEND_ARG_INFO(0, msgid2)
282 char *msgid1, *msgid2, *msgstr; in PHP_NAMED_FUNCTION() local
286 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2_len, &cou… in PHP_NAMED_FUNCTION()
293 msgstr = ngettext(msgid1, msgid2, count); in PHP_NAMED_FUNCTION()
306 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_NAMED_FUNCTION() local
311 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) { in PHP_NAMED_FUNCTION()
319 msgstr = dngettext(domain, msgid1, msgid2, count); in PHP_NAMED_FUNCTION()
332 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_NAMED_FUNCTION() local
339 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_NAMED_FUNCTION()
347 msgstr = dcngettext(domain, msgid1, msgid2, count, category); in PHP_NAMED_FUNCTION()