Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c83 const mbfl_language *language; in mbfl_name2language() local
93 return language; in mbfl_name2language()
100 return language; in mbfl_name2language()
111 return language; in mbfl_name2language()
124 const mbfl_language *language; in mbfl_no2language() local
130 return language; in mbfl_no2language()
140 const mbfl_language *language; in mbfl_name2no_language() local
143 if (language == NULL) { in mbfl_name2no_language()
146 return language->no_language; in mbfl_name2no_language()
156 if (language == NULL) { in mbfl_no_language2name()
[all …]
/PHP-7.4/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.4/ext/intl/tests/
H A Dlocale_parse_locale2.phpt22 //Simple language subtag
50 //Extended language subtags
107 language : 'uk' ,
110 language : 'hindi' ,
113 language : 'de' ,
116 language : 'fr' ,
119 language : 'ja' ,
158 language : 'de' , region : 'DE' ,
161 language : 'en' , region : 'US' ,
194 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.4/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.4/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.4/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.4/ext/pspell/
H A Dpspell.c73 ZEND_ARG_INFO(0, language)
82 ZEND_ARG_INFO(0, language)
128 ZEND_ARG_INFO(0, language)
262 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
280 if (zend_parse_parameters(argc, "s|sssl", &language, &language_len, &spelling, &spelling_len, in PHP_FUNCTION()
308 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
359 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
377 if (zend_parse_parameters(argc, "ps|sssl", &personal, &personal_len, &language, &language_len, in PHP_FUNCTION()
413 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
683 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt22 "<script language=\"PHP\"> echo hello </script>",
23 '<script language=\"PHP\"> echo hello </script>',
H A Dnl_langinfo_basic.phpt13 * Description: Query language and locale information
/PHP-7.4/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…
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c146 info.to_language = MBSTRG(language); in ZEND_EXTERN_MODULE_GLOBALS()
149 info.from_language = MBSTRG(language); in ZEND_EXTERN_MODULE_GLOBALS()
364 info.to_language = MBSTRG(language); in SAPI_POST_HANDLER_FUNC()
367 info.from_language = MBSTRG(language); in SAPI_POST_HANDLER_FUNC()
/PHP-7.4/build/
H A Dax_check_compile_flag.m411 # Check whether the given FLAG works with the current language's compiler
17 # If EXTRA-FLAGS is defined, it is added to the current language's default

Completed in 36 milliseconds

123