Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c81 const mbfl_language *language; in mbfl_name2language() local
91 return language; in mbfl_name2language()
98 return language; in mbfl_name2language()
109 return language; in mbfl_name2language()
122 const mbfl_language *language; in mbfl_no2language() local
128 return language; in mbfl_no2language()
138 const mbfl_language *language; in mbfl_name2no_language() local
141 if (language == NULL) { in mbfl_name2no_language()
144 return language->no_language; in mbfl_name2no_language()
154 if (language == NULL) { in mbfl_no_language2name()
[all …]
/PHP-8.0/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";
31 Checking default language:
33 Checking default language after ini_set:
37 Confirm language was changed:
39 Try changing to a non-existent language:
[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'));
H A Dmb_get_info.phpt7 mbstring.language=Korean
50 ["language"]=>
/PHP-8.0/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-8.0/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.phpt169 Node Name: language
191 <chapter language="en"><title language="en">Title</title>
192 <para language="ge">
195 <informaltable language="&sp;kkk">
250 <chapter language="en"><title language="en">Title</title>
251 <para language="ge">
254 <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-8.0/ext/standard/tests/array/
H A Darray_walk_recursive_variation8.phpt9 * echo language construct
22 echo "-- With 'echo' language construct --\n";
37 -- With 'echo' language construct --
H A Darray_walk_variation8.phpt9 * echo language construct
22 echo "-- With 'echo' language construct --\n";
37 -- With 'echo' language construct --
H A Darray_filter_variation9.phpt6 * Passing built-in functions and different language constructs as 'callback' argument
19 // using language construct 'echo' as 'callback'
26 // using language construct 'exit' as 'callback'
H A Darray_map_variation16.phpt2 Test array_map() function : usage variations - failing built-in functions & language constructs
6 * Test array_map() by passing non-permmited built-in functions and language constructs i.e.
15 // built-in functions & language constructs
H A Darray_map_variation12.phpt24 echo "-- with language construct --\n";
46 -- with language construct --
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php5 function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding … argument
9 string $language, argument
32 function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string … argument
H A Dpspell.c110 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
128 if (zend_parse_parameters(argc, "s|sssl", &language, &language_len, &spelling, &spelling_len, in PHP_FUNCTION()
156 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
206 char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
224 if (zend_parse_parameters(argc, "ps|sssl", &personal, &personal_len, &language, &language_len, in PHP_FUNCTION()
260 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
521 char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; in PHP_FUNCTION() local
534 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|sss", &language, &language_len, &spelling, &spelling… in PHP_FUNCTION()
562 pspell_config_replace(config, "language-tag", language); in PHP_FUNCTION()
H A Dpspell_arginfo.h5 ZEND_ARG_TYPE_INFO(0, language, IS_STRING, 0)
14 ZEND_ARG_TYPE_INFO(0, language, IS_STRING, 0)
52 ZEND_ARG_TYPE_INFO(0, language, IS_STRING, 0)
/PHP-8.0/sapi/fpm/tests/
H A Dbug72185-fcgi-empty-frame.phpt28 error_log('PHP is the best programming language');
38 $tester->expectLogNotice("PHP message: PHP is the best programming language");
/PHP-8.0/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt17 "<script language=\"PHP\"> echo hello </script>",
18 '<script language=\"PHP\"> echo hello </script>',
/PHP-8.0/ext/tokenizer/tests/
H A Dtoken_get_all_variation12.phpt2 Test token_get_all() function : usage variations - with predefined language constants
8 * Testing token_get_all() with following predefined language constants:
17 echo "*** Testing token_get_all() : with language constants ***\n";
50 *** Testing token_get_all() : with language constants ***
/PHP-8.0/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-8.0/ext/mbstring/
H A Dmb_gpc.c138 info.to_language = MBSTRG(language); in ZEND_EXTERN_MODULE_GLOBALS()
141 info.from_language = MBSTRG(language); in ZEND_EXTERN_MODULE_GLOBALS()
356 info.to_language = MBSTRG(language); in SAPI_POST_HANDLER_FUNC()
359 info.from_language = MBSTRG(language); in SAPI_POST_HANDLER_FUNC()

Completed in 118 milliseconds

1234