category           50 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, category)
category           81 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, category)
category          235 ext/gettext/gettext.c 	zend_long category;
category          237 ext/gettext/gettext.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &domain, &domain_len, &msgid, &msgid_len, &category) == FAILURE) {
category          244 ext/gettext/gettext.c 	msgstr = dcgettext(domain, msgid, category);
category          340 ext/gettext/gettext.c 	zend_long count, category;
category          345 ext/gettext/gettext.c 		&msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) {
category          353 ext/gettext/gettext.c 	msgstr = dcngettext(domain, msgid1, msgid2, count, category);
category         4239 ext/pcre/pcrelib/pcre_exec.c             int category;
category         4246 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         4247 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N) == prop_fail_result)
category         4284 ext/pcre/pcrelib/pcre_exec.c             int category;
category         4291 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         4292 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE)
category         4981 ext/pcre/pcrelib/pcre_exec.c             int category;
category         4991 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         4992 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N) == prop_fail_result)
category         5032 ext/pcre/pcrelib/pcre_exec.c             int category;
category         5042 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         5043 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L ||
category         5044 ext/pcre/pcrelib/pcre_exec.c                  category == ucp_N ||
category         5494 ext/pcre/pcrelib/pcre_exec.c             int category;
category         5502 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         5503 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N) == prop_fail_result)
category         5544 ext/pcre/pcrelib/pcre_exec.c             int category;
category         5552 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         5553 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N ||
category         2380 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, category)
category         2237 main/streams/streams.c 	zval category;
category         2241 main/streams/streams.c 		array_init(&category);
category         2242 main/streams/streams.c 		wrapperhash = zend_hash_str_update(Z_ARRVAL(context->options), (char*)wrappername, strlen(wrappername), &category);