/PHP-8.0/ext/standard/tests/strings/ |
H A D | setlocale_error.phpt | 15 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 D | bug68636.phpt | 2 Bug #68636 (setlocale no longer returns current value per category).
|
H A D | setlocale_variation3.phpt | 30 echo "Setting system locale, category = LC_ALL and locale = 0\n"; 100 Setting system locale, category = LC_ALL and locale = 0
|
H A D | setlocale_variation5.phpt | 31 echo "Setting system locale, category = LC_ALL and locale = \"\"\n"; 102 Setting system locale, category = LC_ALL and locale = ""
|
H A D | setlocale_variation4.phpt | 29 echo "Setting system locale, category = LC_ALL and locale = null\n"; 98 Setting system locale, category = LC_ALL and locale = null
|
H A D | setlocale_basic3.phpt | 61 …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 D | setlocale_variation1.phpt | 60 …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 D | setlocale_basic2.phpt | 84 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.0/ext/dom/tests/ |
H A D | DOMAttr_name_basic_001.phpt | 10 $attr = new DOMAttr('category', 'books'); 14 category
|
H A D | DOMAttr_value_basic_001.phpt | 10 $attr = new DOMAttr('category');
|
H A D | DOMAttr_value_basic_002.phpt | 10 $attr = new DOMAttr('category');
|
H A D | DOMAttr_ownerElement_error_001.phpt | 14 $attr = $root->setAttribute('category', 'books');
|
/PHP-8.0/ext/gettext/ |
H A D | gettext.c | 144 zend_long category; in PHP_FUNCTION() local 146 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SSl", &domain, &msgid, &category) == FAILURE) { in PHP_FUNCTION() 153 msgstr = dcgettext(ZSTR_VAL(domain), ZSTR_VAL(msgid), category); in PHP_FUNCTION() 253 zend_long count, category; in PHP_FUNCTION() local 258 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_FUNCTION() 266 msgstr = dcngettext(domain, msgid1, msgid2, count, category); in PHP_FUNCTION()
|
H A D | gettext.stub.php | 14 function dcgettext(string $domain, string $message, int $category): string {} argument 27 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s… argument
|
H A D | gettext_arginfo.h | 22 ZEND_ARG_TYPE_INFO(0, category, IS_LONG, 0) 53 ZEND_ARG_TYPE_INFO(0, category, IS_LONG, 0)
|
/PHP-8.0/Zend/tests/ |
H A D | bug60138.phpt | 6 $category =& $tree[0];
|
H A D | bug39438.phpt | 17 'category' => 'plugin',
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_constants_categories.phpt | 2 Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (check from time to t…
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 2703 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-8.0/ext/gettext/tests/ |
H A D | 44938.phpt | 13 $category = "cat";
|
/PHP-8.0/docs/ |
H A D | release-process.md | 55 git remote set-url origin git@git.php.net:pecl/category/ext-name 174 * Call `php bin/createNewsEntry` in your local phpweb checkout. Use category 175 "frontpage" *and* "releases" for all stable releases. Use category
|
/PHP-8.0/main/streams/ |
H A D | streams.c | 2276 zval category; local 2281 array_init(&category); 2282 …nd_hash_str_update(Z_ARRVAL(context->options), (char*)wrappername, strlen(wrappername), &category);
|
/PHP-8.0/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 24 * @category File Formats
|
/PHP-8.0/ |
H A D | run-tests.php | 1640 foreach ($message["PHP_FAILED_TESTS"] as $category => $tests) { 1641 … $PHP_FAILED_TESTS[$category] = array_merge($PHP_FAILED_TESTS[$category], $tests);
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 653 function setlocale(int $category, $locales, ...$rest): string|false {} argument
|