Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.1/ext/standard/tests/strings/
H A Dsetlocale_error.phpt15 echo "\n-- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --\n";
20 echo "\n-- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --\n";
24 echo "\n-- Testing setlocale() function with locale name too long, 'category' = LC_ALL --";
33 -- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --
36 -- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --
39 -- Testing setlocale() function with locale name too long, 'category' = LC_ALL --
H A Dbug68636.phpt2 Bug #68636 (setlocale no longer returns current value per category).
H A Dsetlocale_variation3.phpt30 echo "Setting system locale, category = LC_ALL and locale = 0\n";
100 Setting system locale, category = LC_ALL and locale = 0
H A Dsetlocale_variation5.phpt31 echo "Setting system locale, category = LC_ALL and locale = \"\"\n";
102 Setting system locale, category = LC_ALL and locale = ""
H A Dsetlocale_variation4.phpt29 echo "Setting system locale, category = LC_ALL and locale = null\n";
98 Setting system locale, category = LC_ALL and locale = null
H A Dsetlocale_basic3.phpt61 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.u…
87 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh…
H A Dsetlocale_variation1.phpt60 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_U…
86 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8,…
H A Dsetlocale_basic2.phpt84 echo "-- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --\n";
113 -- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --
/PHP-8.1/ext/dom/tests/
H A DDOMAttr_name_basic_001.phpt10 $attr = new DOMAttr('category', 'books');
14 category
H A DDOMAttr_value_basic_001.phpt10 $attr = new DOMAttr('category');
H A DDOMAttr_value_basic_002.phpt10 $attr = new DOMAttr('category');
H A DDOMAttr_ownerElement_error_001.phpt14 $attr = $root->setAttribute('category', 'books');
/PHP-8.1/ext/gettext/
H A Dgettext.c141 zend_long category; in PHP_FUNCTION() local
143 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SSl", &domain, &msgid, &category) == FAILURE) { in PHP_FUNCTION()
150 msgstr = dcgettext(ZSTR_VAL(domain), ZSTR_VAL(msgid), category); in PHP_FUNCTION()
251 zend_long count, category; in PHP_FUNCTION() local
256 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_FUNCTION()
264 msgstr = dcngettext(domain, msgid1, msgid2, count, category); in PHP_FUNCTION()
H A Dgettext.stub.php18 function dcgettext(string $domain, string $message, int $category): string {} argument
35 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s… argument
H A Dgettext_arginfo.h22 ZEND_ARG_TYPE_INFO(0, category, IS_LONG, 0)
53 ZEND_ARG_TYPE_INFO(0, category, IS_LONG, 0)
/PHP-8.1/Zend/tests/
H A Dbug60138.phpt6 $category =& $tree[0];
H A Dbug39438.phpt17 'category' => 'plugin',
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt2 Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (check from time to t…
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c2705 int category; in match() local
2713 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
2750 int category; in match() local
2758 if ((category == ucp_L || category == ucp_N || in match()
3446 int category; in match() local
3457 if ((category == ucp_L || category == ucp_N) == in match()
3498 int category; in match() local
3970 int category; in match() local
3979 if ((category == ucp_L || category == ucp_N) == in match()
4021 int category; in match() local
[all …]
/PHP-8.1/ext/gettext/tests/
H A D44938.phpt10 $category = "cat";
/PHP-8.1/ext/mbstring/tests/
H A Dcp932_encoding.phpt72 /* Everything from 0xED00-0xEEFF falls in this unfortunate category
H A Dsjis_mobile_encodings.phpt63 * Everything from 0xED00-0xEEFF falls in this unfortunate category
/PHP-8.1/main/streams/
H A Dstreams.c2263 zval category; local
2268 array_init(&category);
2269 …nd_hash_str_update(Z_ARRVAL(context->options), (char*)wrappername, strlen(wrappername), &category);
/PHP-8.1/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc24 * @category File Formats
/PHP-8.1/docs/
H A Drelease-process.md155 * Call `php bin/createNewsEntry` in your local web-php checkout. Use category
156 "frontpage" *and* "releases" for all stable releases. Use category

Completed in 132 milliseconds

12