Searched refs:singular (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/gettext/ |
H A D | gettext.stub.php | 25 function ngettext(string $singular, string $plural, int $count): string {} argument 30 function dngettext(string $domain, string $singular, string $plural, int $count): string {} argument 35 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s… argument
|
H A D | gettext_arginfo.h | 32 ZEND_ARG_TYPE_INFO(0, singular, IS_STRING, 0) 41 ZEND_ARG_TYPE_INFO(0, singular, IS_STRING, 0) 50 ZEND_ARG_TYPE_INFO(0, singular, IS_STRING, 0)
|
/php-src/ext/gettext/tests/ |
H A D | 44938.phpt | 106 dngettext(): Argument #2 ($singular) is too long 109 ngettext(): Argument #1 ($singular) is too long 114 dcngettext(): Argument #2 ($singular) is too long
|
/php-src/ext/simplexml/tests/ |
H A D | 016.phpt | 2 SimpleXML: modifying attributes of singular subnode
|
H A D | 015.phpt | 2 SimpleXML: accessing singular subnode as array
|
Completed in 9 milliseconds