Searched refs:ngettext (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/gettext/tests/ |
H A D | gettext_ngettext.phpt | 2 Test ngettext() functionality 19 var_dump(ngettext('item', 'items', 1)); 20 var_dump(ngettext('item', 'items', 2));
|
H A D | 44938.phpt | 46 ngettext($overflown, $msgid, -1); 52 ngettext($msgid, $overflown, -1); 112 ngettext(): Argument #1 ($singular) is too long 113 ngettext(): Argument #2 ($plural) is too long
|
/PHP-8.0/ext/gettext/ |
H A D | gettext_arginfo.h | 71 ZEND_FUNCTION(ngettext); 92 ZEND_FE(ngettext, arginfo_ngettext)
|
H A D | gettext.stub.php | 19 function ngettext(string $singular, string $plural, int $count): string {} function
|
H A D | config.m4 | 38 AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, ngettext, [AC_DEFINE(HAVE_NGETTEXT, 1, [ ])])
|
H A D | gettext.c | 201 PHP_FUNCTION(ngettext) in PHP_FUNCTION() argument 214 msgstr = ngettext(msgid1, msgid2, count); in PHP_FUNCTION()
|
Completed in 8 milliseconds