category           50 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, category)
category           81 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, category)
category          229 ext/gettext/gettext.c 	long category;
category          231 ext/gettext/gettext.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl", &domain, &domain_len, &msgid, &msgid_len, &category) == FAILURE) {
category          238 ext/gettext/gettext.c 	msgstr = dcgettext(domain, msgid, category);
category          334 ext/gettext/gettext.c 	long count, category;
category          339 ext/gettext/gettext.c 		&msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) {
category          347 ext/gettext/gettext.c 	msgstr = dcngettext(domain, msgid1, msgid2, count, category);
category         4241 ext/pcre/pcrelib/pcre_exec.c             int category;
category         4248 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         4249 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N) == prop_fail_result)
category         4286 ext/pcre/pcrelib/pcre_exec.c             int category;
category         4293 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         4294 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE)
category         4983 ext/pcre/pcrelib/pcre_exec.c             int category;
category         4993 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         4994 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N) == prop_fail_result)
category         5034 ext/pcre/pcrelib/pcre_exec.c             int category;
category         5044 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         5045 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L ||
category         5046 ext/pcre/pcrelib/pcre_exec.c                  category == ucp_N ||
category         5496 ext/pcre/pcrelib/pcre_exec.c             int category;
category         5504 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         5505 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N) == prop_fail_result)
category         5546 ext/pcre/pcrelib/pcre_exec.c             int category;
category         5554 ext/pcre/pcrelib/pcre_exec.c             category = UCD_CATEGORY(c);
category         5555 ext/pcre/pcrelib/pcre_exec.c             if ((category == ucp_L || category == ucp_N ||
category         2374 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, category)
category         4371 ext/standard/string.c 		char *category;
category         4376 ext/standard/string.c 		category = Z_STRVAL_PP(pcategory);
category         4378 ext/standard/string.c 		if (!strcasecmp("LC_ALL", category)) {
category         4380 ext/standard/string.c 		} else if (!strcasecmp("LC_COLLATE", category)) {
category         4382 ext/standard/string.c 		} else if (!strcasecmp("LC_CTYPE", category)) {
category         4385 ext/standard/string.c 		} else if (!strcasecmp("LC_MESSAGES", category)) {
category         4388 ext/standard/string.c 		} else if (!strcasecmp("LC_MONETARY", category)) {
category         4390 ext/standard/string.c 		} else if (!strcasecmp("LC_NUMERIC", category)) {
category         4392 ext/standard/string.c 		} else if (!strcasecmp("LC_TIME", category)) {
category         4395 ext/standard/string.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid locale category name %s, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME", category);
category         2242 main/streams/streams.c 	zval *category, *copied_val;
category         2250 main/streams/streams.c 		MAKE_STD_ZVAL(category);
category         2251 main/streams/streams.c 		array_init(category);
category         2252 main/streams/streams.c 		if (FAILURE == zend_hash_update(Z_ARRVAL_P(context->options), (char*)wrappername, strlen(wrappername)+1, (void**)&category, sizeof(zval *), NULL)) {
category         2256 main/streams/streams.c 		wrapperhash = &category;