Searched refs:ngettext (Results 1 – 6 of 6) sorted by relevance
/php-src/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 | 43 ngettext($overflown, $msgid, -1); 49 ngettext($msgid, $overflown, -1); 109 ngettext(): Argument #1 ($singular) is too long 110 ngettext(): Argument #2 ($plural) is too long
|
/php-src/ext/gettext/ |
H A D | config.m4 | 35 AC_CHECK_LIB([$GETTEXT_CHECK_IN_LIB], [ngettext], 37 [Define to 1 if you have the 'ngettext' function.])])
|
H A D | gettext_arginfo.h | 70 ZEND_FUNCTION(ngettext); 90 ZEND_FE(ngettext, arginfo_ngettext)
|
H A D | gettext.stub.php | 25 function ngettext(string $singular, string $plural, int $count): string {} function
|
H A D | gettext.c | 213 PHP_FUNCTION(ngettext) in PHP_FUNCTION() argument 228 msgstr = ngettext(ZSTR_VAL(msgid1), ZSTR_VAL(msgid2), count); in PHP_FUNCTION()
|
Completed in 17 milliseconds