Lines Matching refs:msgid1
60 ZEND_ARG_INFO(0, msgid1)
69 ZEND_ARG_INFO(0, msgid1)
78 ZEND_ARG_INFO(0, msgid1)
282 char *msgid1, *msgid2, *msgstr; in PHP_NAMED_FUNCTION() local
286 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2… 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()