Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c92 const mbfl_language *language; in mbfl_name2language() local
102 return language; in mbfl_name2language()
109 return language; in mbfl_name2language()
120 return language; in mbfl_name2language()
133 const mbfl_language *language; in mbfl_no2language() local
139 return language; in mbfl_no2language()
149 const mbfl_language *language; in mbfl_name2no_language() local
152 if (language == NULL) { in mbfl_name2no_language()
155 return language->no_language; in mbfl_name2no_language()
165 if (language == NULL) { in mbfl_no_language2name()
[all …]
/PHP-7.3/ext/mbstring/tests/
H A Dmb_language.phpt6 mbstring.language=
9 echo "Checking default language:\n";
12 echo "Checking default language after ini_set:\n";
13 ini_set('mbstring.language', 'uni');
19 echo "Confirm language was changed:\n";
22 echo "Try changing to a non-existent language:\n";
27 Checking default language:
29 Checking default language after ini_set:
31 Changing language to English should be successful:
33 Confirm language was changed:
[all …]
H A Dini_language.phpt2 mbstring.language bug
7 mbstring.language=Japanese
H A Dphp_gr_jp_16242.phpt8 mbstring.language=Japanese
13 var_dump(ini_get('mbstring.language'));
/PHP-7.3/ext/intl/tests/
H A Dlocale_parse_locale.phpt23 //Simple language subtag
51 //Extended language subtags
104 language : 'root' ,
107 language : 'uk' ,
110 language : 'hindi' ,
113 language : 'de' ,
116 language : 'fr' ,
119 language : 'ja' ,
158 language : 'de' , region : 'DE' ,
194 language : 'en' ,
[all …]
H A Dlocale_parse_locale2.phpt23 //Simple language subtag
51 //Extended language subtags
108 language : 'uk' ,
111 language : 'hindi' ,
114 language : 'de' ,
117 language : 'fr' ,
120 language : 'ja' ,
159 language : 'de' , region : 'DE' ,
162 language : 'en' , region : 'US' ,
195 language : 'en' ,
[all …]
H A Dlocale_get_script.phpt9 * Try getting the prmary language for different locales
21 //Simple language subtag
49 //Extended language subtags
H A Dlocale_get_primary_language.phpt9 * Try getting the prmary language for different locales
22 //Simple language subtag
50 //Extended language subtags
/PHP-7.3/ext/dom/tests/
H A Ddom_test.inc7 <chapter language='en'><title language='en'>Title</title>
8 <para language='ge'>
11 <informaltable language='&sp;kkk'>
H A Ddom001.phpt174 Node Name: language
196 <chapter language="en"><title language="en">Title</title>
197 <para language="ge">
200 <informaltable language="&sp;kkk">
257 <chapter language="en"><title language="en">Title</title>
258 <para language="ge">
261 <informaltable language="&sp;kkk">
H A Ddomattributes.phpt18 $lang = $node->getAttributeNode('language');
41 <chapter language="en-US" num="1"/>
H A Ddomelement.phpt27 echo "Language: ".$node->getAttribute('language')."\n";
28 $lang = $node->getAttributeNode('language');
31 echo "Language: ".$node->getAttribute('language')."\n";
33 echo "Language: ".$node->getAttribute('language')."\n";
/PHP-7.3/ext/standard/tests/array/
H A Dusort_variation8.phpt13 * 2. a language construct
33 // Testing with language construct as comparison function
34 echo "\n-- Testing usort() with language construct as 'cmp_function' --\n";
38 echo "\n-- Testing usort() with language construct as 'cmp_function' --\n";
76 -- Testing usort() with language construct as 'cmp_function' --
81 -- Testing usort() with language construct as 'cmp_function' --
H A Duasort_variation8.phpt13 * language constructs: echo & exit
31 // Testing with language construct as comparison function
32 echo "-- Testing uasort() with language construct as 'cmp_function' --\n";
35 echo "-- Testing uasort() with language construct as 'cmp_function' --\n";
70 -- Testing uasort() with language construct as 'cmp_function' --
74 -- Testing uasort() with language construct as 'cmp_function' --
H A Darray_walk_variation8.phpt14 * echo language construct
27 echo "-- With 'echo' language construct --\n";
38 -- With 'echo' language construct --
H A Darray_walk_recursive_variation8.phpt14 * echo language construct
27 echo "-- With 'echo' language construct --\n";
38 -- With 'echo' language construct --
H A Darray_filter_variation9.phpt11 * Passing built-in functions and different language constructs as 'callback' argument
24 // using language construct 'echo' as 'callback'
27 // using language construct 'exit' as 'callback'
H A Darray_map_variation16.phpt2 Test array_map() function : usage variations - failing built-in functions & language constructs
11 * Test array_map() by passing non-permmited built-in functions and language constructs i.e.
20 // built-in functions & language constructs
H A Darray_map_variation12.phpt25 echo "-- with language construct --\n";
56 -- with language construct --
/PHP-7.3/ext/pspell/
H A Dpspell.c75 ZEND_ARG_INFO(0, language)
84 ZEND_ARG_INFO(0, language)
130 ZEND_ARG_INFO(0, language)
264 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
282 if (zend_parse_parameters(argc, "s|sssl", &language, &language_len, &spelling, &spelling_len, in PHP_FUNCTION()
310 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
361 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
379 if (zend_parse_parameters(argc, "ps|sssl", &personal, &personal_len, &language, &language_len, in PHP_FUNCTION()
415 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
685 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation12.phpt2 Test token_get_all() function : usage variations - with predefined language constants
8 * Description: splits the given source into an array of PHP language tokens
13 * Testing token_get_all() with following predefined language constants:
22 echo "*** Testing token_get_all() : with language constants ***\n";
55 *** Testing token_get_all() : with language constants ***
/PHP-7.3/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt24 "<script language=\"PHP\"> echo hello </script>",
25 '<script language=\"PHP\"> echo hello </script>',
/PHP-7.3/
H A D.travis.yml5 language: c
11 - language-pack-de
H A Dphp7.spec.in19 PHP is an HTML-embedded scripting language. Much of its syntax is
21 features thrown in. The goal of the language is to allow web
/PHP-7.3/Zend/tests/traits/
H A Dlanguage013.phpt2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…

Completed in 89 milliseconds

1234