Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_error.phpt13 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
14 : string setlocale(int $category , array $locale);
26 echo "\n-- Testing setlocale() function with One argument, 'category' = LC_ALL --";
29 echo "\n-- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --\n";
34 echo "\n-- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --\n";
38 echo "\n-- Testing setlocale() function with locale name too long, 'category' = LC_ALL --";
51 -- Testing setlocale() function with One argument, 'category' = LC_ALL --
55 -- Testing setlocale() function with invalid locale array, 'category' = LC_ALL --
58 -- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --
61 -- Testing setlocale() function with locale name too long, 'category' = LC_ALL --
H A Dsetlocale_variation3.phpt14 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
15 * : string setlocale(int $category , array $locale);
37 echo "Setting system locale, category = LC_ALL and locale = 0\n";
107 Setting system locale, category = LC_ALL and locale = 0
H A Dsetlocale_variation4.phpt16 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
17 * : string setlocale(int $category , array $locale);
36 echo "Setting system locale, category = LC_ALL and locale = null\n";
105 Setting system locale, category = LC_ALL and locale = null
H A Dsetlocale_variation5.phpt16 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
17 * : string setlocale(int $category , array $locale);
38 echo "Setting system locale, category = LC_ALL and locale = \"\"\n";
109 Setting system locale, category = LC_ALL and locale = ""
H A Dsetlocale_basic3.phpt14 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
15 : string setlocale(int $category , array $locale);
73 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.u…
99 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh…
H A Dsetlocale_variation1.phpt14 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
15 : string setlocale(int $category , array $locale);
72 …echo "-- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_U…
98 -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8,…
H A Dbug68636.phpt2 Bug #68636 (setlocale no longer returns current value per category).
H A Dsetlocale_basic2.phpt14 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
15 : string setlocale(int $category , array $locale);
96 echo "-- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --\n";
125 -- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --
H A Dsetlocale_variation2.phpt15 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
16 : string setlocale(int $category , array $locale);
H A Dsetlocale_basic1.phpt14 /* Prototype : string setlocale (int $category , string $locale [,string $..] )
15 : string setlocale(int $category , array $locale);
/PHP-7.4/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-7.4/ext/gettext/
H A Dgettext.c48 ZEND_ARG_INFO(0, category)
79 ZEND_ARG_INFO(0, category)
235 zend_long category; in PHP_NAMED_FUNCTION() local
237 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SSl", &domain, &msgid, &category) == FAILURE) { in PHP_NAMED_FUNCTION()
244 msgstr = dcgettext(ZSTR_VAL(domain), ZSTR_VAL(msgid), category); in PHP_NAMED_FUNCTION()
344 zend_long count, category; in PHP_NAMED_FUNCTION() local
349 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_NAMED_FUNCTION()
357 msgstr = dcngettext(domain, msgid1, msgid2, count, category); in PHP_NAMED_FUNCTION()
/PHP-7.4/Zend/tests/
H A Dbug60138.phpt6 $category =& $tree[0];
H A Dbug39438.phpt17 'category' => 'plugin',
/PHP-7.4/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-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c2703 int category; in match() local
2711 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
2748 int category; in match() local
2756 if ((category == ucp_L || category == ucp_N || in match()
3444 int category; in match() local
3455 if ((category == ucp_L || category == ucp_N) == in match()
3496 int category; in match() local
3968 int category; in match() local
3977 if ((category == ucp_L || category == ucp_N) == in match()
4019 int category; in match() local
[all …]
/PHP-7.4/ext/gettext/tests/
H A D44938.phpt13 $category = "cat";
/PHP-7.4/docs/
H A Drelease-process.md55 git remote set-url origin git@git.php.net:pecl/category/ext-name
173 * Call `php bin/createNewsEntry` in your local phpweb checkout. Use category
174 "frontpage" *and* "releases" for all stable releases. Use category
322 * Use the "frontpage" and "releases" category.
/PHP-7.4/main/streams/
H A Dstreams.c2303 zval category; local
2308 array_init(&category);
2309 …nd_hash_str_update(Z_ARRVAL(context->options), (char*)wrappername, strlen(wrappername), &category);
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc24 * @category File Formats
/PHP-7.4/
H A Drun-tests.php1585 foreach ($message["PHP_FAILED_TESTS"] as $category => $tests) {
1586 … $PHP_FAILED_TESTS[$category] = array_merge($PHP_FAILED_TESTS[$category], $tests);
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2384 ZEND_ARG_INFO(0, category)

Completed in 79 milliseconds

12