Searched defs:category (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/gettext/ |
H A D | gettext.c | 68 #define PHP_DCGETTEXT_CATEGORY_CHECK(_arg_num, category) \ argument 157 zend_long category; in PHP_FUNCTION() local 269 zend_long count, category; in PHP_FUNCTION() local
|
H A D | gettext.stub.php | 18 function dcgettext(string $domain, string $message, int $category): string {} 35 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s…
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 2826 int category; in match() local 2871 int chartype, category; in match() local 3632 int category; in match() local 3683 int chartype, category; in match() local 4223 int category; in match() local 4273 int chartype, category; in match() local 6286 int category = PRIV(ucp_gentype)[chartype]; in match() local 6319 int category = PRIV(ucp_gentype)[chartype]; in match() local
|
H A D | pcre2_dfa_match.c | 1123 int category = PRIV(ucp_gentype)[chartype]; in internal_dfa_match() local 1148 int category = PRIV(ucp_gentype)[chartype]; in internal_dfa_match() local
|
/php-src/main/streams/ |
H A D | streams.c | 2418 zval category; local
|
Completed in 59 milliseconds